-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Convert kubernetes-apps to use kubectl directly #11700
Open
VannTen
wants to merge
7
commits into
kubernetes-sigs:master
Choose a base branch
from
VannTen:feat/kubectl_stdin
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 10, 2024
-
Define a standard commandline for applying manifests
This is expected to be used in the command module this way: command: cmd: "{{ kubectl_apply_stdin }}" stdin: <... rendered manifests > -> using the 'template' lookup plugin in most cases. The advantages over the kube plugin module integrated in kubespray (which this should replace eventually): - way easier to modify to take advantage of new features (server-side apply for instance) - no need for a separate template tasks + checking the result (which can introduce problem if the first playbook runs encounters an error).
Configuration menu - View commit details
-
Copy full SHA for 8d23bc6 - Browse repository at this point
Copy the full SHA 8d23bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 871d0e9 - Browse repository at this point
Copy the full SHA 871d0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be3186 - Browse repository at this point
Copy the full SHA 0be3186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b4ede - Browse repository at this point
Copy the full SHA 13b4edeView commit details -
Convert CoreDNS Secondary to kubectl_apply_stdin
Note that we're reapplying the RBAC/Sa/Config from coredns which is not strictly necessary, but harmless, when the secondary is enabled.
Configuration menu - View commit details
-
Copy full SHA for 3d2746c - Browse repository at this point
Copy the full SHA 3d2746cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffda0b4 - Browse repository at this point
Copy the full SHA ffda0b4View commit details -
Convert netchecker to kubectl_apply_stdin
Not that the Apparmor check result is no longer used since the PSP removal.
Configuration menu - View commit details
-
Copy full SHA for 1508901 - Browse repository at this point
Copy the full SHA 1508901View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.