mirror of https://github.com/kubernetes/kops.git
Merge pull request #6622 from justinsb/followup_6502
Apply scope fix in #6502 to all manifest versions
This commit is contained in:
commit
04ccfb2f27
|
@ -120,7 +120,6 @@ spec:
|
|||
group: crd.k8s.amazonaws.com
|
||||
version: v1alpha1
|
||||
names:
|
||||
scope: Cluster
|
||||
plural: eniconfigs
|
||||
singular: eniconfig
|
||||
kind: ENIConfig
|
||||
|
|
|
@ -120,7 +120,6 @@ spec:
|
|||
group: crd.k8s.amazonaws.com
|
||||
version: v1alpha1
|
||||
names:
|
||||
scope: Cluster
|
||||
plural: eniconfigs
|
||||
singular: eniconfig
|
||||
kind: ENIConfig
|
||||
|
|
|
@ -120,7 +120,6 @@ spec:
|
|||
group: crd.k8s.amazonaws.com
|
||||
version: v1alpha1
|
||||
names:
|
||||
scope: Cluster
|
||||
plural: eniconfigs
|
||||
singular: eniconfig
|
||||
kind: ENIConfig
|
||||
|
|
|
@ -1047,7 +1047,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
|
||||
if b.cluster.Spec.Networking.AmazonVPC != nil {
|
||||
key := "networking.amazon-vpc-routed-eni"
|
||||
version := "1.3.0-kops.1"
|
||||
version := "1.3.0-kops.2"
|
||||
|
||||
{
|
||||
id := "k8s-1.7"
|
||||
|
|
Loading…
Reference in New Issue