stackit csi use new stackit client#1244
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/ondemand create --ske-base-branch=cleanup-stackit-client-2 |
|
Hey @aniruddha2000, I'm managing your ondemand environment ond-airedale. I've successfully transitioned from phase "preheated" to "provisioned". 👩🌾 Gardener Dashboard How to ConnectRetrieve gardenctl target --garden prd --project 74140853d0 --shoot prow-trust
kubectl ske connect ondemand ond-airedaleTo connect to the API, you can retrieve the Password from the export BASIC_AUTH_USERNAME=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.username}' | base64 -d)
export BASIC_AUTH_PASSWORD=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.password}' | base64 -d)
export PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.projectID}' | base64 -d)
export SNA_PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.snaProjectID}' | base64 -d)
export SKE_API=https://ske-api.ing.ond-airedale.ci.ske.eu01.stackit.cloud
curl -u "$BASIC_AUTH_USERNAME:$BASIC_AUTH_PASSWORD" "$SKE_API/v2/projects/$PROJECT_ID/regions/eu01/clusters" |
9f48253 to
7bf5341
Compare
7bf5341 to
544f1b9
Compare
|
Hey @aniruddha2000, I'm managing your ondemand environment ond-airedale. I've successfully transitioned from phase "provisioned" to "provisioning". 👩🌾 Gardener Dashboard How to ConnectRetrieve gardenctl target --garden prd --project 74140853d0 --shoot prow-trust
kubectl ske connect ondemand ond-airedaleTo connect to the API, you can retrieve the Password from the export BASIC_AUTH_USERNAME=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.username}' | base64 -d)
export BASIC_AUTH_PASSWORD=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.password}' | base64 -d)
export PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.projectID}' | base64 -d)
export SNA_PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.snaProjectID}' | base64 -d)
export SKE_API=https://ske-api.ing.ond-airedale.ci.ske.eu01.stackit.cloud
curl -u "$BASIC_AUTH_USERNAME:$BASIC_AUTH_PASSWORD" "$SKE_API/v2/projects/$PROJECT_ID/regions/eu01/clusters" |
|
Hey @aniruddha2000, I'm managing your ondemand environment ond-airedale. I've successfully transitioned from phase "provisioning" to "provisioned". 👩🌾 Gardener Dashboard How to ConnectRetrieve gardenctl target --garden prd --project 74140853d0 --shoot prow-trust
kubectl ske connect ondemand ond-airedaleTo connect to the API, you can retrieve the Password from the export BASIC_AUTH_USERNAME=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.username}' | base64 -d)
export BASIC_AUTH_PASSWORD=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.password}' | base64 -d)
export PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.projectID}' | base64 -d)
export SNA_PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.snaProjectID}' | base64 -d)
export SKE_API=https://ske-api.ing.ond-airedale.ci.ske.eu01.stackit.cloud
curl -u "$BASIC_AUTH_USERNAME:$BASIC_AUTH_PASSWORD" "$SKE_API/v2/projects/$PROJECT_ID/regions/eu01/clusters" |
|
Hey @aniruddha2000, I'm managing your ondemand environment ond-airedale. I've successfully transitioned from phase "provisioned" to "provisioning". 👩🌾 Gardener Dashboard How to ConnectRetrieve gardenctl target --garden prd --project 74140853d0 --shoot prow-trust
kubectl ske connect ondemand ond-airedaleTo connect to the API, you can retrieve the Password from the export BASIC_AUTH_USERNAME=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.username}' | base64 -d)
export BASIC_AUTH_PASSWORD=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.password}' | base64 -d)
export PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.projectID}' | base64 -d)
export SNA_PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.snaProjectID}' | base64 -d)
export SKE_API=https://ske-api.ing.ond-airedale.ci.ske.eu01.stackit.cloud
curl -u "$BASIC_AUTH_USERNAME:$BASIC_AUTH_PASSWORD" "$SKE_API/v2/projects/$PROJECT_ID/regions/eu01/clusters" |
|
Hey @aniruddha2000, I'm managing your ondemand environment ond-airedale. I've successfully transitioned from phase "provisioning" to "provisioned". 👩🌾 Gardener Dashboard How to ConnectRetrieve gardenctl target --garden prd --project 74140853d0 --shoot prow-trust
kubectl ske connect ondemand ond-airedaleTo connect to the API, you can retrieve the Password from the export BASIC_AUTH_USERNAME=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.username}' | base64 -d)
export BASIC_AUTH_PASSWORD=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.password}' | base64 -d)
export PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.projectID}' | base64 -d)
export SNA_PROJECT_ID=$(kubectl get -n ondemand secret ond-airedale-credentials -ojsonpath='{.data.snaProjectID}' | base64 -d)
export SKE_API=https://ske-api.ing.ond-airedale.ci.ske.eu01.stackit.cloud
curl -u "$BASIC_AUTH_USERNAME:$BASIC_AUTH_PASSWORD" "$SKE_API/v2/projects/$PROJECT_ID/regions/eu01/clusters" |
How to categorize this PR?
/kind enhancement
What this PR does / why we need it:
This PR is a part of breaking down #1060 PR into smaller pieces, where we are having csi using new stackit client.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
IaaS functions being added
Breaking changes: