Skip to content

Commit

Permalink
Set podSubnet with v1alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Apr 11, 2019
1 parent bb07ce3 commit ddd7be2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cluster/internal/kubeadm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ metadata:
name: config
kubernetesVersion: {{.KubernetesVersion}}
clusterName: "{{.ClusterName}}"
networking:
podSubnet: "{{ .PodSubnet }}"
serviceSubnet: "{{ .ServiceSubnet }}"
# we use a well know token for TLS bootstrap
bootstrapTokens:
- token: "{{ .Token }}"
Expand Down

0 comments on commit ddd7be2

Please sign in to comment.