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 errors in new templates #420

Merged
merged 18 commits into from
Sep 16, 2022

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    2b02c69 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Remove docker.io from apt-get remove line

    Install containerd.io instead of containerd
    Add quotes around the kubernetes pause image
    
    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b2dbab8 View commit details
    Browse the repository at this point in the history
  2. ran make generate

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0477692 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Update defaults list

    Removed things that were required and had no defaults
    Added a variable for CPEM verison
    
    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f29d64a View commit details
    Browse the repository at this point in the history
  2. Fix environment setup

    Move the commands to run on all control plane nodes
    Remove unnecessary KUBECONFIG export to save a line
    
    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e034b22 View commit details
    Browse the repository at this point in the history
  3. Fix kube-vip setup

    Move the kube-vip manifest setup to after kubeadm is run,
    this avoids a situation where kube-vip fights with previous
    control plane nodes before they've joined the cluster.
    Move the crictl/kubectl commands to run on all control plane nodes
    Remove unnecessary KUBECONFIG export to save a line
    
    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    41f91da View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Only setup kube-vip before kubeadm on first node

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e585a54 View commit details
    Browse the repository at this point in the history
  2. Run make generate

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d5fa66a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Merge pull request kubernetes-sigs#412 from ocobleseqx/update_go_inst…

    …all_script
    
    Update go install script and add kustomize install script
    k8s-ci-robot committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9e1aab6 View commit details
    Browse the repository at this point in the history
  2. Remove docker.io from apt-get remove line

    Install containerd.io instead of containerd
    Add quotes around the kubernetes pause image
    
    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9872228 View commit details
    Browse the repository at this point in the history
  3. ran make generate

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    10fdaa0 View commit details
    Browse the repository at this point in the history
  4. Update defaults list

    Removed things that were required and had no defaults
    Added a variable for CPEM verison
    
    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    edf12ba View commit details
    Browse the repository at this point in the history
  5. Fix environment setup

    Move the commands to run on all control plane nodes
    Remove unnecessary KUBECONFIG export to save a line
    
    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5f8f05d View commit details
    Browse the repository at this point in the history
  6. Fix kube-vip setup

    Move the kube-vip manifest setup to after kubeadm is run,
    this avoids a situation where kube-vip fights with previous
    control plane nodes before they've joined the cluster.
    Move the crictl/kubectl commands to run on all control plane nodes
    Remove unnecessary KUBECONFIG export to save a line
    
    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9a82297 View commit details
    Browse the repository at this point in the history
  7. Only setup kube-vip before kubeadm on first node

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9876764 View commit details
    Browse the repository at this point in the history
  8. Run make generate

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    bf28d93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e039523 View commit details
    Browse the repository at this point in the history
  10. Add tools bin to path for e2e testing's sake

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5f522c3 View commit details
    Browse the repository at this point in the history