kubernetes.core.k8s Ansible module
(Redirected from Api key)
Jump to navigation
Jump to search
kubernetes.core.k8s
Create a namespace:
- name: Create a k8s namespace
kubernetes.core.k8s:
name: testing
api_version: v1
kind: Namespace
state: present
Apply a manifest:
- name: Apply metrics-server manifest to the cluster.
kubernetes.core.k8s:
state: present
src: ~/metrics-server.yaml
api_key- Token used to authenticate with the API. Can also be specified viaK8S_AUTH_API_KEYenvironment variable.
See also[edit]
- kubernetes.core.k8s Ansible module
- Ansible modules:
gather_facts, set_fact,ansible.builtin.file,lineinfile,stat,group,mount,git:,package:,command:,shell:,raw:,template:,register:,user:, Ansible playbooks examples,tasks:,lineinfile, blockinfile:,shell:,command:,raw:,ansible.builtin.file, service:, aws.ecs_taskdefinition, aws.asg, docker_container, kubernetes.core.k8s,community.,include_tasks, ansible.posix
Advertising: