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 --cluster-name flag #2351

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Remove --cluster-name flag #2351

merged 1 commit into from
Feb 29, 2024

Conversation

michi-covalent
Copy link
Contributor

I assert that #1347 is no longer an issue since we've removed the classic mode in #2327.

Comment on lines -116 to 118
// TODO: remove when removing "cluster-name" flag (marked as deprecated),
// kept for backwards compatibility
if k.params.ClusterName != "" {
helmMapOpts["cluster.name"] = k.params.ClusterName
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we can't remove this block because we need to propagate the cluster name that gets auto-detected in https://github.com/cilium/cilium-cli/blob/main/install/autodetect.go#L150

I assert that #1347 is no longer an issue since we've removed the
classic mode in #2327.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
@michi-covalent michi-covalent merged commit 509702f into main Feb 29, 2024
8 of 13 checks passed
@michi-covalent michi-covalent deleted the pr/michi/cluster-name branch February 29, 2024 22:48
michi-covalent added a commit to cilium/cilium that referenced this pull request Mar 1, 2024
The --cluster-name flag got removed in cilium/cilium-cli#2351.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
github-merge-queue bot pushed a commit to cilium/cilium that referenced this pull request Mar 1, 2024
The --cluster-name flag got removed in cilium/cilium-cli#2351.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
michi-covalent added a commit to cilium/cilium that referenced this pull request Mar 5, 2024
[ upstream commit cfb1158 ]

The --cluster-name flag got removed in cilium/cilium-cli#2351.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
michi-covalent added a commit to cilium/cilium that referenced this pull request Mar 5, 2024
[ upstream commit cfb1158 ]

The --cluster-name flag got removed in cilium/cilium-cli#2351.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
michi-covalent added a commit to cilium/cilium that referenced this pull request Mar 5, 2024
[ upstream commit cfb1158 ]

The --cluster-name flag got removed in cilium/cilium-cli#2351.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
michi-covalent added a commit to cilium/cilium that referenced this pull request Mar 5, 2024
[ upstream commit cfb1158 ]

The --cluster-name flag got removed in cilium/cilium-cli#2351.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants