Open GeoffMontee opened 9 months ago
While updating this section, it would be good to also deal with this:
WARNING: The --enable-stackdriver-kubernetes
flag is deprecated and will be removed in an upcoming release. Please use --logging
and --monitoring
instead. For more information, please read: https://cloud.google.com/stackdriver/docs/solutions/gke/installing.
@GeoffMontee can you test with the alternate - --logging and --monitoring, removing the --enable-stackdriver-kubernetes flag?
These deprecations are things that will break scylla u when they become removed.
CC: @erezvelan, @guy9
Thanks, @pdbossman. I will test this change to avoid the deprecation warning:
diff --git a/kubernetes-university-live/gke.sh b/kubernetes-university-live/gke.sh
index 6a0f97f..ebd1252 100755
--- a/kubernetes-university-live/gke.sh
+++ b/kubernetes-university-live/gke.sh
@@ -143,7 +143,8 @@ clusters create "${CLUSTER_NAME}" \
--disk-type "pd-ssd" --disk-size "20" \
--image-type "UBUNTU_CONTAINERD" \
--system-config-from-file=systemconfig.yaml \
---enable-stackdriver-kubernetes \
+--logging=SYSTEM,WORKLOAD,API_SERVER,CONTROLLER_MANAGER,SCHEDULER \
+--monitoring=SYSTEM,API_SERVER,CONTROLLER_MANAGER,SCHEDULER,DAEMONSET,DEPLOYMENT,HPA,POD,STATEFULSET,STORAGE \
--no-enable-autoupgrade \
--no-enable-autorepair \
--no-enable-ip-alias
@guy9 FYI
When following the instructions to use the "kubernetes-university-live" code sample in Scylla U, a dependency is not listed, which causes a failure.
Steps to reproduce
Install gcloud via the Google Cloud SDK.
Initialize gcloud:
Install kubectl.
Install helm.
Clone the repo:
Actual results
A failure occurs due to a missing dependency:
Expected results
The missing dependency must be installed prior to running gke.sh: