diff --git a/pipelines/shared-tasks/deploy-to-acceptance-gke/task.sh b/pipelines/shared-tasks/deploy-to-acceptance-gke/task.sh index c2b85143c..3065d524a 100755 --- a/pipelines/shared-tasks/deploy-to-acceptance-gke/task.sh +++ b/pipelines/shared-tasks/deploy-to-acceptance-gke/task.sh @@ -5,10 +5,6 @@ set -euo pipefail -# TODO: REMOVE THIS AFTER WE CREATE THE TWO DNS RECORDS NEEDED FOR THIS JOB -echo "TEMPORARILY CAUSING THIS JOB TO FAIL IMMEDIATELY, UNTIL WE CAN CREATE THE TWO DNS RECORDS NEEDED FOR THIS JOB TO RUN" -exit 1 - if [[ -z "${PINNIPED_GCP_PROJECT:-}" ]]; then echo "PINNIPED_GCP_PROJECT env var must be set" exit 1 diff --git a/pipelines/shared-tasks/deploy-to-acceptance-gke/task.yml b/pipelines/shared-tasks/deploy-to-acceptance-gke/task.yml index 2a8f28218..afe7dce9c 100644 --- a/pipelines/shared-tasks/deploy-to-acceptance-gke/task.yml +++ b/pipelines/shared-tasks/deploy-to-acceptance-gke/task.yml @@ -1,4 +1,4 @@ -# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved. +# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 --- @@ -29,10 +29,10 @@ params: # Set up a LoadBalancer for the Supervisor. RESERVED_LOAD_BALANCER_STATIC_IP: # An IP reserved for this purpose in our GCP project. - LOAD_BALANCER_DNS_NAME: # A DNS entry in our GCP project for the above IP address. + LOAD_BALANCER_DNS_NAME: # A DNS name for the above IP address. Must be created manually in the DNS provider. # Set up an Ingress for the Supervisor, as an alternate way to access it. INGRESS_STATIC_IP_GCLOUD_NAME: # The name of a static IP reservation in our GCP project used for this purpose. - INGRESS_DNS_ENTRY_GCLOUD_NAME: # A DNS entry in our GCP project for the IP address represented by the above static IP reservation name. + INGRESS_DNS_NAME: # A DNS name for the above static IP. Must be created manually in the DNS provider. # Set to a non-empty value to remove the CPU requests from these deployments. SUPERVISOR_AND_CONCIERGE_NO_CPU_REQUEST: