We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
../../bin/short -f pod_spec_with_toleration.yaml pod: annotations: meta: _test cluster: test_cluster labels: app: meta_test name: meta_test namespace: test tolerations: - Selector: =value:NoSchedule - Selector: key:NoSchedule version: v1 wlan0@wlan0:~/code/go/src/github.com/koki/short/testdata/pods$ cat pod_spec_with_toleration.yaml apiVersion: v1 kind: Pod metadata: name: meta_test labels: app: meta_test annotations: meta: _test namespace: test clusterName: test_cluster spec: tolerations: - key: "key" operator: "Equal" value: "value" effect: "NoSchedule" - key: "key" operator: "Exists" effect: "NoSchedule"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: