ansible-collections / ansible-collections/google.cloud

Autopilot

Open
#386 1 comment 0 reactions 0 assignees View on GitHub
stale
Dominant language
Python
Stars
105
Forks
144
Avg merge
5d 10h
Merged PRs (30d)
4

Description

##### SUMMARY

Support autopilot clusters

##### ISSUE TYPE
- Feature Idea

##### COMPONENT NAME

Google Kubernetes Engine Cluster

##### ADDITIONAL INFORMATION

Allow creation of an autopilot GKE cluster

```yaml
- name: create a cluster
google.cloud.gcp_container_cluster:
name: my-cluster
initial_node_count: 2
master_auth:
username: cluster_admin
password: my-secret-password
autopilot: true
location: us-central1-a
project: test_project
auth_kind: serviceaccount
service_account_file: "/tmp/auth.pem"
state: present
```

Contributor guide

Open the contributing guide

Research direction

Start at the google.cloud.gcp_container_cluster module entry point and review how the existing cluster options map to GKE. Use the provided YAML as the target usage, then verify that an autopilot cluster can be created with the requested location, project, authentication, and state settings.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, python
Domain
cloud, devops, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.