Skip to content

Commit

Permalink
Merge pull request #980 from gemmahou/307542957
Browse files Browse the repository at this point in the history
Update test case for Attached Cluster and fix link in doc
google-oss-prow[bot] authored Nov 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents d9e2235 + 59d7386 commit 7ea6ab6
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -18,15 +18,15 @@ metadata:
name: containerattachedcluster-${uniqueId}
spec:
# The resourceID needs to match the name of the eks cluster to be attached
resourceID: kcc-attached-cluster
resourceID: kcc-attached-cluster-127
location: us-west1
projectRef:
external: ${KCC_ATTACHED_CLUSTER_TEST_PROJECT}
description: "Test attached cluster"
distribution: "eks"
oidcConfig:
issuerUrl: https://oidc.eks.us-west-2.amazonaws.com/id/17F5DD7A27C5CA2B2B626B94C0752B37
platformVersion: 1.25.0-gke.5
issuerUrl: https://oidc.eks.us-west-2.amazonaws.com/id/A115FE1C770C2452C75219524036FC0F
platformVersion: 1.27.0-gke.2
fleet:
projectRef:
name: project-${uniqueId}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Google LLC
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change
@@ -18,15 +18,15 @@ metadata:
name: containerattachedcluster-${uniqueId}
spec:
# The resourceID needs to match the name of the eks cluster to be attached
resourceID: kcc-attached-cluster
resourceID: kcc-attached-cluster-127
location: us-west1
projectRef:
external: ${KCC_ATTACHED_CLUSTER_TEST_PROJECT}
description: "Test attached cluster update"
distribution: "eks"
oidcConfig:
issuerUrl: https://oidc.eks.us-west-2.amazonaws.com/id/17F5DD7A27C5CA2B2B626B94C0752B37
platformVersion: 1.25.0-gke.5
issuerUrl: https://oidc.eks.us-west-2.amazonaws.com/id/A115FE1C770C2452C75219524036FC0F
platformVersion: 1.27.0-gke.2
fleet:
projectRef:
name: project-${uniqueId}
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ Note: Before using this resource, make sure you review and complete the steps in
</tr>
<tr>
<td>{{gcp_name_short}} Service Documentation</td>
<td><a href="/anthos/cluster/docs/multi-cloud/attached">/anthos/clusters/docs/multi-cloud/attached</a></td>
<td><a href="/anthos/clusters/docs/multi-cloud/attached">/anthos/clusters/docs/multi-cloud/attached</a></td>
</tr>
<tr>
<td>{{gcp_name_short}} REST Resource Name</td>
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ Note: Before using this resource, make sure you review and complete the steps in
</tr>
<tr>
<td>{{"{{gcp_name_short}}"}} Service Documentation</td>
<td><a href="/anthos/cluster/docs/multi-cloud/attached">/anthos/clusters/docs/multi-cloud/attached</a></td>
<td><a href="/anthos/clusters/docs/multi-cloud/attached">/anthos/clusters/docs/multi-cloud/attached</a></td>
</tr>
<tr>
<td>{{"{{gcp_name_short}}"}} REST Resource Name</td>

0 comments on commit 7ea6ab6

Please sign in to comment.