48902/ansible-task-to-list-all-pods-from-any-k8s-namespace
This should be pretty simple. Use the k8s_facts module for this purpose.
- name: list of all pods from namespace k8s_facts: api_key: "{{ k8s_auth_results.k8s_auth.api_key }}" kind: Pod register: pod-list
Hey, you can use the k8s module ...READ MORE
Hey @Roshan, ansible provides wiht AWS module ...READ MORE
Hi@akhtar, You can use the option --list-hosts. It will ...READ MORE
Hi@akhtar, Ansible has a very attractive command named ...READ MORE
Hi@akhtar, Ansible role is a part of ansible-galaxy. ...READ MORE
Hi@akhtar, The --start-at-task option allows you to start ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.