mirror of https://github.com/kubernetes/kops.git
Remove trailing comma from from k8s-1.7-v3.yaml.template
This commit is contained in:
parent
0ee2f427be
commit
18ed48e99b
|
|
@ -36,7 +36,7 @@ data:
|
|||
"type": "calico-ipam"
|
||||
},
|
||||
"policy": {
|
||||
"type": "k8s",
|
||||
"type": "k8s"
|
||||
},
|
||||
"kubernetes": {
|
||||
"kubeconfig": "/etc/cni/net.d/__KUBECONFIG_FILENAME__"
|
||||
|
|
|
|||
|
|
@ -645,7 +645,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
"pre-k8s-1.6": "2.4.2-kops.1",
|
||||
"k8s-1.6": "2.6.9-kops.1",
|
||||
"k8s-1.7": "2.6.9-kops.1",
|
||||
"k8s-1.7-v3": "3.3.1-kops.1",
|
||||
"k8s-1.7-v3": "3.3.1-kops.2",
|
||||
}
|
||||
|
||||
if b.cluster.Spec.Networking.Calico.MajorVersion == "v3" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue