Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to specify authorized networks in settings #1197

Merged

Conversation

nick-stroud
Copy link
Collaborator

This change:

  • Fixes error in command in instructions output
  • Adds quality of life feature to allow-list ip address on cluster creation

Example:

  - id: gke_cluster
    source: community/modules/scheduler/gke-cluster
    use: [network1]
    settings:
      enable_private_endpoint: false
      master_authorized_networks:
      - display_name: my-workstation
        cidr_block: xx.xx.xx.xx/32

@cboneti cboneti assigned nick-stroud and unassigned cboneti Apr 20, 2023
@nick-stroud nick-stroud merged commit 3970534 into GoogleCloudPlatform:develop Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants