Skip to content

Commit fdb601f

Browse files
committed
update goldens.yaml
1 parent c242687 commit fdb601f

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

goldens/Cluster_create_private.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,17 @@ kubectl apply -f a63aa3c4593c38ad90671fd8b067d1886f6313ad558379b364b51791aa50f4e
212212
kubectl apply -f 1d13ddebae3c90a05ba26b312df088982dd0df0edc4f4013b88384e476c20486
213213
[XPK] GKE commands done! Resources are created.
214214
[XPK] See your GKE Cluster here: https://console.cloud.google.com/kubernetes/clusters/details/us-central1/golden-cluster-private/details?project=golden-project
215-
[XPK] Exiting XPK cleanly
215+
Traceback (most recent call last):
216+
File "/usr/local/google/home/lidanny/Desktop/Project/diagon_xpk/cienet_xpk/xpk/xpk.py", line 39, in <module>
217+
main()
218+
~~~~^^
219+
File "/usr/local/google/home/lidanny/Desktop/Project/diagon_xpk/cienet_xpk/xpk/src/xpk/main.py", line 77, in main
220+
main_args.func(main_args)
221+
~~~~~~~~~~~~~~^^^^^^^^^^^
222+
File "/usr/local/google/home/lidanny/Desktop/Project/diagon_xpk/cienet_xpk/xpk/src/xpk/commands/cluster.py", line 765, in cluster_create_pathways
223+
cluster_create(args)
224+
~~~~~~~~~~~~~~^^^^^^
225+
File "/usr/local/google/home/lidanny/Desktop/Project/diagon_xpk/cienet_xpk/xpk/src/xpk/commands/cluster.py", line 411, in cluster_create
226+
if args.managed_mldiagnostics:
227+
^^^^^^^^^^^^^^^^^^^^^^^^^^
228+
AttributeError: 'Namespace' object has no attribute 'managed_mldiagnostics'

goldens/NAP_cluster-create_with_pathways.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,17 @@ kubectl apply -f a63aa3c4593c38ad90671fd8b067d1886f6313ad558379b364b51791aa50f4e
219219
kubectl apply -f 1d13ddebae3c90a05ba26b312df088982dd0df0edc4f4013b88384e476c20486
220220
[XPK] GKE commands done! Resources are created.
221221
[XPK] See your GKE Cluster here: https://console.cloud.google.com/kubernetes/clusters/details/us-central1/golden-cluster/details?project=golden-project
222-
[XPK] Exiting XPK cleanly
222+
Traceback (most recent call last):
223+
File "/usr/local/google/home/lidanny/Desktop/Project/diagon_xpk/cienet_xpk/xpk/xpk.py", line 39, in <module>
224+
main()
225+
~~~~^^
226+
File "/usr/local/google/home/lidanny/Desktop/Project/diagon_xpk/cienet_xpk/xpk/src/xpk/main.py", line 77, in main
227+
main_args.func(main_args)
228+
~~~~~~~~~~~~~~^^^^^^^^^^^
229+
File "/usr/local/google/home/lidanny/Desktop/Project/diagon_xpk/cienet_xpk/xpk/src/xpk/commands/cluster.py", line 765, in cluster_create_pathways
230+
cluster_create(args)
231+
~~~~~~~~~~~~~~^^^^^^
232+
File "/usr/local/google/home/lidanny/Desktop/Project/diagon_xpk/cienet_xpk/xpk/src/xpk/commands/cluster.py", line 411, in cluster_create
233+
if args.managed_mldiagnostics:
234+
^^^^^^^^^^^^^^^^^^^^^^^^^^
235+
AttributeError: 'Namespace' object has no attribute 'managed_mldiagnostics'

0 commit comments

Comments
 (0)