Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

[CMS-272] Use kubeadm.k8s.io/v1alpha1 and cleanup before installation. #43

Merged
merged 4 commits into from
Aug 7, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

# Set up kubeadm config file to pass parameters to kubeadm init.
cat << EOF | sudo tee /etc/kubernetes/kubeadm_config.yaml
apiVersion: kubeadm.k8s.io/v1alpha2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment line explaining when we will need to switch to v1alpha2.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be backwards compatible? if not yeah big deal. Good point!

apiVersion: kubeadm.k8s.io/v1alpha1
kind: MasterConfiguration
api:
bindPort: 443
Expand Down