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

Clean up deprecated+removed cmd line flags #7294

Merged
merged 1 commit into from
Feb 13, 2023

Conversation

coutinhop
Copy link
Contributor

@coutinhop coutinhop commented Feb 7, 2023

Description

https://kubernetes.io/docs/concepts/cluster-administration/system-logs/ says these flags were deprecated in v1.23, and seem to have been removed in v1.26, and it also says "Output will always be written to stderr, regardless of the output format."

Related issues/PRs

Todos

  • Tests
  • Documentation
  • Release note

Release Note

Remove usage of deprecated '--logtostderr' command line flag.

Reminder for the reviewer

Make sure that this PR has the correct labels and milestone set.

Every PR needs one docs-* label.

  • docs-pr-required: This change requires a change to the documentation that has not been completed yet.
  • docs-completed: This change has all necessary documentation completed.
  • docs-not-required: This change has no user-facing impact and requires no docs.

Every PR needs one release-note-* label.

  • release-note-required: This PR has user-facing changes. Most PRs should have this label.
  • release-note-not-required: This PR has no user-facing changes.

Other optional labels:

  • cherry-pick-candidate: This PR should be cherry-picked to an earlier release. For bug fixes only.
  • needs-operator-pr: This PR is related to install and requires a corresponding change to the operator.

@coutinhop coutinhop added release-note-required Change has user-facing impact (no matter how small) docs-not-required Docs not required for this change labels Feb 7, 2023
@coutinhop coutinhop self-assigned this Feb 7, 2023
@coutinhop coutinhop requested a review from a team as a code owner February 7, 2023 20:48
@marvin-tigera marvin-tigera added this to the Calico v3.26.0 milestone Feb 7, 2023
@@ -57,8 +57,6 @@ coreos:
--cluster-dns=10.100.0.10 \
--cluster-domain=cluster.local \
--hostname-override=$private_ipv4 \
--logtostderr=true \
--network-plugin=cni \
Copy link
Contributor

Choose a reason for hiding this comment

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

Was the removal of --network-plugin=cni here intentional? Has it also been deprecated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it was intentional, because of this commit: 25a6144 (though I admit I didn't research on which versions exactly this one was deprecated/removed)

@coutinhop coutinhop merged commit 0b721e5 into projectcalico:master Feb 13, 2023
@coutinhop coutinhop deleted the pedro-CORE-9398 branch February 13, 2023 19:30
mgleung added a commit that referenced this pull request Apr 3, 2023
…elease-v3.25

[release-v3.25] Auto pick #7294: Clean up deprecated+removed cmd line flags
mgleung added a commit that referenced this pull request May 1, 2023
…elease-v3.24

[release-v3.24] Auto pick #7294: Clean up deprecated+removed cmd line flags
coutinhop added a commit to coutinhop/tigera-docs that referenced this pull request Jun 1, 2023
Remove usage of deprecated '--logtostderr' command line flag in PrepareNode.ps1
scripts (projectcalico/calico#7294 for more details).
ctauchen pushed a commit to tigera/docs that referenced this pull request Jun 2, 2023
Remove usage of deprecated '--logtostderr' command line flag in PrepareNode.ps1
scripts (projectcalico/calico#7294 for more details).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-not-required Docs not required for this change release-note-required Change has user-facing impact (no matter how small)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants