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

Fix install.sh for kubectl 1.23 or later #410

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

chrkl
Copy link
Contributor

@chrkl chrkl commented Dec 13, 2021

The install.sh script uses the --dry-run mode of kubectl. This flag
without further value has been deprecated with version 1.18 and entirely
removed with 1.23. This change makes the dry-run to run on client side.

The install.sh script uses the `--dry-run` mode of kubectl. This flag
without further value has been deprecated with version 1.18 and entirely
removed with 1.23. This change makes the dry-run to run on client side.
@TigerC10
Copy link

Created issue #414 for this before seeing the PR.

@chrismuellner chrismuellner merged commit 116da1b into Dynatrace:master Dec 15, 2021
@chrismuellner
Copy link
Collaborator

Thanks for the fix!

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.

None yet

3 participants