This repository was archived by the owner on Apr 24, 2023. It is now read-only.
Added Daemonset yaml for Kubernetes cluster v1.16+ and updated README.#71
Open
AATHITH wants to merge 5 commits intofluent:masterfrom
Open
Added Daemonset yaml for Kubernetes cluster v1.16+ and updated README.#71AATHITH wants to merge 5 commits intofluent:masterfrom
AATHITH wants to merge 5 commits intofluent:masterfrom
Conversation
a12bee4 to
5fa4fa7
Compare
vandiedakaf
reviewed
May 5, 2020
| version: v1 | ||
| kubernetes.io/cluster-service: "true" | ||
| spec: | ||
| selectors: |
There was a problem hiding this comment.
FYI, this line gave me an error. I had to change it to the singular form 'selector'.
[ValidationError(DaemonSet.spec): unknown field "selectors" in io.k8s.api.apps.v1.
DaemonSetSpec, ValidationError(DaemonSet.spec): missing required field "selector" in io.k8s.api.apps.v1.DaemonSetSpec]
Author
There was a problem hiding this comment.
thanks for pointing out. Fixed.
Member
|
I think we should not add a new file, just make all adjustments assuming everybody is on > 1.16 |
This YAML is compatible with kubernetes version 1.16 and above. Signed-off-by: AATHITH <aathith2@gmail.com>
added kubectl create daemonset command for Kubernetes cluster v1.16 and above Signed-off-by: AATHITH <aathith2@gmail.com> modified: README.md Signed-off-by: AATHITH <aathith2@gmail.com>
Signed-off-by: AATHITH <aathith2@gmail.com>
Signed-off-by: AATHITH <aathith2@gmail.com>
Signed-off-by: AATHITH <aathith2@gmail.com>
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Uh oh!
There was an error while loading. Please reload this page.