Linter-Kubectl
aims to provide functional and robust Kubectl
linting functionality within Atom.
kubectl >= 1.7
is required to be installed before using this. You also need a valid Kubernetes cluster connection for kubectl. The Linter
and Language-Yaml
Atom packages are also required.
apiVersion
key that has a value containing a v
followed by a number will be linted with this linter. Be aware of this in case you have a non-Kubernetes YAML file with this characteristic. Also be aware of this in case you have a typo for the apiVersion
key, since this linter will then not trigger.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.