Merge pull request #6622 from justinsb/followup_6502

Apply scope fix in #6502 to all manifest versions
This commit is contained in:
Kubernetes Prow Robot 2019-03-15 09:47:12 -07:00 committed by GitHub
commit 04ccfb2f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 4 deletions

View File

@ -120,7 +120,6 @@ spec:
group: crd.k8s.amazonaws.com
version: v1alpha1
names:
scope: Cluster
plural: eniconfigs
singular: eniconfig
kind: ENIConfig

View File

@ -120,7 +120,6 @@ spec:
group: crd.k8s.amazonaws.com
version: v1alpha1
names:
scope: Cluster
plural: eniconfigs
singular: eniconfig
kind: ENIConfig

View File

@ -120,7 +120,6 @@ spec:
group: crd.k8s.amazonaws.com
version: v1alpha1
names:
scope: Cluster
plural: eniconfigs
singular: eniconfig
kind: ENIConfig

View File

@ -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"