Skip to content

Commit

Permalink
Merge branch 'GoogleCloudPlatform:master' into edgenetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
f1urps authored Nov 1, 2023
2 parents ca55fc8 + 7ea6ab6 commit cf20b65
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cf20b65

Please sign in to comment.