Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix master taint implementation - linting problems #95

Merged
merged 9 commits into from
Sep 25, 2022

Commits on Sep 18, 2022

  1. add virtual-ip to certificate SAN entries

    Adds the kube-vip IP as a Subject Alternative Name in the TLS cert. It is needed otherwise you cannot access the cluster.
    ioagel committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    cc94a71 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. fixes bug with master taints (#1)

    - improves taint logic
    ioagel committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    475b9f6 View commit details
    Browse the repository at this point in the history
  2. fixes typo

    ioagel committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e5e66ea View commit details
    Browse the repository at this point in the history
  3. fixes formatting

    ioagel committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    2f46ad6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. fixes undefined group['node'] if missing from hosts.ini (#2)

    * fixes undefined group['node'] if missing from hosts.ini
    
    - improves application of master taint by centralizing code
    
    * improves molecule testing, fixes linting
    
    * hacking at linter problems, small tweaks
    
    - increases the metallb timeout error due to intermittent testing errors in GitHub actions
    ioagel committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    862d419 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    5c9fd4a View commit details
    Browse the repository at this point in the history
  2. improves context by renaming taint variable

    - makes variable boolean
    Ioannis Angelakopoulos authored and ioagel committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    12e7c62 View commit details
    Browse the repository at this point in the history
  3. fix bug

    ioagel committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    c9d47e2 View commit details
    Browse the repository at this point in the history
  4. removes linting hacks

    ioagel committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e326f21 View commit details
    Browse the repository at this point in the history