CircleCI-Public / gcp-gke-orb

Interact with Google Kubernetes Engine (GKE) from CircleCI
https://circleci.com/orbs/registry/orb/circleci/gcp-gke
MIT License
7 stars 21 forks source link

Cannot run update-kubeconfig-with-credentials job #26

Closed krtk6160 closed 4 years ago

krtk6160 commented 4 years ago

Orb version

1.0.4

What happened

When trying to run the update-kubeconfig-with-credentials job, Circleci build fails with Cannot find a definition for job named gcp-gke/update-kubeconfig-with-credentials.

Expected behavior

The update-kubeconfig-with-credentials is a documented job and its definition should be found by circleci.

lokst commented 4 years ago

@krtk6160 That is actually a command instead of a job, hence it should be used in a job that you define

krtk6160 commented 4 years ago

@lokst Sorry, I had no idea commands were a separate thing. I'm just starting out with circleci. Can you point me to any examples or docs that explain usage of commands? I can't seem to find any.

krtk6160 commented 4 years ago

I finally found documentation regarding commands. Closing this now.