kops: Using shared VPC results in incorrect modification message
When creating a cluster using a shared VPC, kops thinks it will modify the names of the shared resources:
Will modify resources:
VPC vpc/k8s.somefoo.com
Name baz -> k8s.somefoo.com
InternetGateway internetGateway/k8s.somefoo.com
Name baz -> k8s.somefoo.com
This won’t actually happen of course, so we shouldn’t get this message.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 8
- Comments: 21 (16 by maintainers)
Commits related to this issue
- Merge pull request #3242 from KashifSaadat/awstasks-lifecycle-property Automatic merge from submit-queue Set lifecycle on ElasticIP and NAT Gateway tasks to avoid spurious changes Identified in iss... — committed to kubernetes/kops by deleted user 7 years ago
- Merge pull request #4020 from rifelpet/fix_shared_igw_rename Automatic merge from submit-queue. Fix spurious shared InternetGateway renaming This fixes the original issue described in #476 where `k... — committed to kubernetes/kops by deleted user 7 years ago
@alok87 have a peek at PR #3184 which has some progress on a fix for this issue.