Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove UseServiceAccountIAM feature flag and rename feature to UseServiceAccountExternalPermissions #12109

Conversation

olemarkus
Copy link
Member

No description provided.

@olemarkus olemarkus added this to the v1.22 milestone Aug 5, 2021
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 5, 2021
@olemarkus olemarkus force-pushed the useserviceaccountexternalpermissions branch from 2ca17c0 to 0a28c46 Compare August 5, 2021 19:44
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 5, 2021
@olemarkus olemarkus force-pushed the useserviceaccountexternalpermissions branch from 0a28c46 to 2bebc3f Compare August 5, 2021 20:35
Comment on lines 90 to 91
// UseServiceAccountIAM controls whether we use pod-level IAM permissions for our system pods and kOps addons.
UseServiceAccountIAM = new("UseServiceAccountIAM", Bool(false))
UseServiceAccountIAM = new("UseServiceAccountIAM", Bool(true))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grep shows that this isnt used anymore so I think we can remove it as well as from ./tests/e2e/scenarios/lib/common.sh

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unknown feature flags are logged and otherwise ignored, so this should be removed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@olemarkus olemarkus force-pushed the useserviceaccountexternalpermissions branch from 2bebc3f to 4b5a06d Compare August 6, 2021 06:18
pkg/apis/kops/cluster.go Outdated Show resolved Hide resolved
@olemarkus
Copy link
Member Author

/retest

@olemarkus olemarkus force-pushed the useserviceaccountexternalpermissions branch from e76c0bb to 56e12f5 Compare August 7, 2021 18:53
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 7, 2021
@olemarkus olemarkus force-pushed the useserviceaccountexternalpermissions branch from 56e12f5 to 94e18ad Compare August 7, 2021 18:55
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 7, 2021
@olemarkus olemarkus force-pushed the useserviceaccountexternalpermissions branch from 94e18ad to 377f549 Compare August 7, 2021 18:57
@olemarkus olemarkus force-pushed the useserviceaccountexternalpermissions branch from 377f549 to 0439bb0 Compare August 7, 2021 19:20
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 7, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: johngmyers

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 7, 2021
@k8s-ci-robot k8s-ci-robot merged commit 64f00d7 into kubernetes:master Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/addons area/api area/documentation area/provider/aws Issues or PRs related to aws provider cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. 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