Skip to content

Verify and update the GKE tutorial#1705

Merged
cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom
wallrj:verify-and-update-gke-tutorial
Jun 11, 2025
Merged

Verify and update the GKE tutorial#1705
cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom
wallrj:verify-and-update-gke-tutorial

Conversation

@wallrj
Copy link
Copy Markdown
Member

@wallrj wallrj commented Jun 6, 2025

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:

  • 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.

- 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>
@cert-manager-prow cert-manager-prow bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jun 6, 2025
@netlify
Copy link
Copy Markdown

netlify bot commented Jun 6, 2025

Deploy Preview for cert-manager ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 388986e
🔍 Latest deploy log https://app.netlify.com/projects/cert-manager/deploys/6843524c080a4300084eb91d
😎 Deploy Preview https://deploy-preview-1705--cert-manager.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@wallrj wallrj requested a review from SgtCoDFish June 6, 2025 20:59
--preemptible \
--machine-type e2-small \
--num-nodes=1
```
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ 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

@inteon
Copy link
Copy Markdown
Member

inteon commented Jun 11, 2025

/approve
/lgtm

@cert-manager-prow cert-manager-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2025
@cert-manager-prow
Copy link
Copy Markdown
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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow cert-manager-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 11, 2025
@cert-manager-prow cert-manager-prow bot merged commit e57e34f into cert-manager:master Jun 11, 2025
7 checks passed
@wallrj wallrj deleted the verify-and-update-gke-tutorial branch June 11, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants