Verify and update the GKE tutorial#1705
Merged
cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom Jun 11, 2025
Merged
Verify and update the GKE tutorial#1705cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom
cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom
Conversation
- Changed the environment variable names to match the gcloud CLI defaults. - Use a single-zone cluster, to avoid nodes in every zone. - Use a small machine type, to reduce costs. Signed-off-by: Richard Wall <richard.wall@cyberark.com>
✅ Deploy Preview for cert-manager ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
wallrj
commented
Jun 6, 2025
| --preemptible \ | ||
| --machine-type e2-small \ | ||
| --num-nodes=1 | ||
| ``` |
Member
Author
There was a problem hiding this comment.
$ gcloud container clusters create $CLOUDSDK_CONTAINER_CLUSTER \
--preemptible \
--machine-type e2-small \
--num-nodes=1
Note: The Kubelet readonly port (10255) is now deprecated. Please update your workloads to use the recommended alternatives. See https://cloud.google.com/kubernetes-engine/docs/how-to/disable-kubelet-readonly-port for ways to check usage and for migration instructions.
Note: Your Pod address range (`--cluster-ipv4-cidr`) can accommodate at most 1008 node(s).
Creating cluster test-cluster-1 in europe-west1-b... Cluster is being health-checked (Kubernetes Control Plane is healthy)...done.
Created [https://container.googleapis.com/v1/projects/jetstack-richard/zones/europe-west1-b/clusters/test-cluster-1].
To inspect the contents of your cluster, go to: https://console.cloud.google.com/kubernetes/workload_/gcloud/europe-west1-b/test-cluster-1?project=jetstack-richard
kubeconfig entry generated for test-cluster-1.
NAME LOCATION MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS
test-cluster-1 europe-west1-b 1.32.4-gke.1106006 35.187.180.134 e2-small 1.32.4-gke.1106006 1 RUNNING
Member
|
/approve |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preview: https://deploy-preview-1705--cert-manager.netlify.app/docs/tutorials/getting-started-with-cert-manager-on-google-kubernetes-engine-using-lets-encrypt-for-ingress-ssl/
While testing #1704 I verified and updated the GKE tutorial, as follows: