kubernetes-resource icon indicating copy to clipboard operation
kubernetes-resource copied to clipboard

[DEPLICATED] This repository is no longer actively maintained.

Results 5 kubernetes-resource issues
Sort by recently updated
recently updated
newest added

When specifying EKS, the resource seems to ignore the configuration. ``` - name: eks-deploy type: kubernetes source: use_aws_iam_authenticator: true aws_eks_cluster_name: aws_access_key_id: ((aws-access-key-id-dev)) aws_secret_access_key: ((aws-secret-access-key-dev)) ``` ``` + kubectl config set-cluster...

**Is this a BUG REPORT or FEATURE REQUEST?**: - bug **What happened**: The put step with a wait_until_ready_selector is returning success immediately. It's almost too fast for its own good!...

- feature I think it would be a good idea to allow certain parameters (e.g., `namespace`, `context`) to be specified dynamically via an input file. Propose adding optional parameters like...

help wanted
good first issue

**Is this a BUG REPORT or FEATURE REQUEST?**: - feature **What happened**: Having a hard time specifying JSON on the command line. And I don't wish to read from a...

**Is this a BUG REPORT or FEATURE REQUEST?**: - bug **What happened**: Quotes used for a json patch disappear and kubectl fails because unparseable command. `kubectl patch --namespace statefulset --type=json...