You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The k8s module should support specifying selectors when applying resource definitions, similar to how kubectl supports it.
ISSUE TYPE
Feature Idea
COMPONENT NAME
k8s module
ADDITIONAL INFORMATION
Some commonly used projects, such as Knative, require you to apply the Custom Resource Definitions (CRDs) to the K8s cluster, before you can deploy the rest of the service definition.
k8s - add label_selectors options
SUMMARY
k8s now support label_selectors options same as k8s_info
Resolves#43
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
k8s
Reviewed-by: Mike Graves <[email protected]>
Reviewed-by: None <None>
SUMMARY
This is a copy of the following GH issue: ansible/ansible#67316.
The k8s module should support specifying selectors when applying resource definitions, similar to how
kubectl
supports it.ISSUE TYPE
COMPONENT NAME
k8s module
ADDITIONAL INFORMATION
Some commonly used projects, such as Knative, require you to apply the Custom Resource Definitions (CRDs) to the K8s cluster, before you can deploy the rest of the service definition.
See: https://knative.dev/v0.11-docs/install/knative-with-any-k8s/#installing-knative.
Without the support for specifying selectors, this is not possible in Ansible without having to use a 3rd party binary (
kubectl
).Sample
kubectl
command utilizing selectors:The text was updated successfully, but these errors were encountered: