Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

v0.12.x: feat: add CF stackNameOverride in cluster.yaml #1487

Merged
merged 2 commits into from
Nov 9, 2018

Conversation

koen92
Copy link
Contributor

@koen92 koen92 commented Nov 8, 2018

See #1484 for details/comments.

Add option in cluster.yaml to override the name of CF controlPlane,
network and etcd stacks.

This is useful for migration of CF stacks from kube-aws <0.11.x without
creating a new VPC.
Because it is part of the cloudformation config in cluster.yaml.
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 8, 2018
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 8, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: redbaron

If they are not already assigned, you can assign the PR to them by writing /assign @redbaron in a comment when ready.

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@koen92 koen92 changed the title feat: add CF stackNameOverride in cluster.yaml v0.12.x: feat: add CF stackNameOverride in cluster.yaml Nov 8, 2018
@codecov-io
Copy link

Codecov Report

Merging #1487 into v0.12.x will decrease coverage by 0.05%.
The diff coverage is 23.52%.

Impacted file tree graph

@@             Coverage Diff             @@
##           v0.12.x    #1487      +/-   ##
===========================================
- Coverage    37.91%   37.85%   -0.06%     
===========================================
  Files           75       75              
  Lines         4595     4607      +12     
===========================================
+ Hits          1742     1744       +2     
- Misses        2611     2620       +9     
- Partials       242      243       +1
Impacted Files Coverage Δ
core/controlplane/config/config.go 62.88% <21.42%> (-0.62%) ⬇️
core/controlplane/cluster/cluster.go 50.22% <33.33%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d7e327d...a5a359b. Read the comment docs.

@mumoshu mumoshu added this to the v0.12.1 milestone Nov 9, 2018
@mumoshu mumoshu merged commit a09fae4 into kubernetes-retired:v0.12.x Nov 9, 2018
koen92 added a commit to koen92/kube-aws that referenced this pull request Jan 9, 2019
kubernetes-retired#1487 introduced a
bug when doing a partial stack upgrade with a stack name override.

This is fixed by using the actual stack name in operation targets
instead of the hard coded constants.
koen92 added a commit to koen92/kube-aws that referenced this pull request Jan 9, 2019
kubernetes-retired#1487 introduced a
bug when doing a partial stack upgrade with a stack name override.

This is fixed by using the actual stack name in operation targets
instead of the hard coded constants.
koen92 added a commit to koen92/kube-aws that referenced this pull request Jan 11, 2019
kubernetes-retired#1487 introduced a
bug when doing a partial stack upgrade with a stack name override.

This is fixed by using the actual stack name in operation targets
instead of the hard coded constants.
koen92 added a commit to koen92/kube-aws that referenced this pull request Jan 11, 2019
kubernetes-retired#1487 introduced a
bug when doing a partial stack upgrade with a stack name override.

This is fixed by using the actual stack name in operation targets
instead of the hard coded constants.
mumoshu pushed a commit that referenced this pull request Jan 11, 2019
#1487 introduced a
bug when doing a partial stack upgrade with a stack name override.

This is fixed by using the actual stack name in operation targets
instead of the hard coded constants.
koen92 added a commit to koen92/kube-aws that referenced this pull request Jan 14, 2019
kubernetes-retired#1487 introduced a
bug when doing a partial stack upgrade with a stack name override.

This is fixed by using the actual stack name in operation targets
instead of the hard coded constants.
mumoshu pushed a commit that referenced this pull request Jan 18, 2019
#1487 introduced a
bug when doing a partial stack upgrade with a stack name override.

This is fixed by using the actual stack name in operation targets
instead of the hard coded constants.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants