gke-network-policy-demo icon indicating copy to clipboard operation
gke-network-policy-demo copied to clipboard

This guide demonstrates how to improve the security of your Kubernetes Engine by applying fine-grained restrictions to network communication. You will provision a simple HTTP server and two client pod...

Results 15 gke-network-policy-demo issues
Sort by recently updated
recently updated
newest added

- Updated the image to `Debian-11` in `bastion.tf` - Buganizer : http://b/244143999

#45 Error: Error resolving image name 'debian-cloud/debian-9': Could not find image or family debian-cloud/debian-9. please change image ![Error](https://user-images.githubusercontent.com/61282764/187275784-ced122ba-7b0d-495a-a42b-513bda297a74.PNG) in bastion.tf file.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

cla: yes
gke-helmsman
size/XS

its time to update terraform files for bastian host ( currently failing on debian-9 while debian-11 works fine // Specify the Operating System Family and version. boot_disk { initialize_params {...

Terraform gives error "Could not find image or family debian-cloud/debian-9". It seems that the image version needs to be updated to version 10.

This is required as per terraform 4.27, required to run this lab as of July 1 2022.

I use provider version 4.10.0. make tf-apply shows below error: Error: Missing required argument │ │ on main.tf line 70, in resource "google_container_cluster" "primary": │ 70: private_cluster_config { │ │...

Add enable_private_endpoint = true in terraform/main.tf to resolve the following issue: Error: Missing required argument │ │ on main.tf line 70, in resource "google_container_cluster" "primary": │ 70: private_cluster_config { │...

When I tried this lab it will give me error "Invalid master authorized networks: network "" is not a reserved network, which is required for private endpoints." and I fixed...

cla: yes

Could not find how is created namespace "hello-apps" before run `kubectl -n hello-apps apply -f ./manifests/hello-app/hello-client.yaml` I had to create it manual.