Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to define the manifests to deploy #50

Open
villesau opened this issue Apr 13, 2022 · 1 comment
Open

No way to define the manifests to deploy #50

villesau opened this issue Apr 13, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@villesau
Copy link

villesau commented Apr 13, 2022

Orb version:

1.4.0

What happened:

I tried to follow the instructions here: https://circleci.com/developer/orbs/orb/circleci/gcp-gke
and here: https://circleci.com/blog/simplifying-your-ci-cd-build-pipeline-to-gke-with-circleci-orbs/

But looks like there is no way to define the manifest files for the deployment.

Expected behavior:

In Kubernetes, manifest files are used to define the deployment, related configs etc. I'd expect to be able to define them or the folder leading to them in order to perform the deploy. However, to my understanding there is no way to do that.

I would expect to be able to define the manifests and the latest image to deploy among other potentially changed configurations.

Additional Information:

due to this, I don't understand how this orb is supposed to be used in the first place. Maybe a better tutorial would be also needed.

@villesau villesau added the bug Something isn't working label Apr 13, 2022
@EricRibeiro
Copy link
Contributor

Hi @villesau 👋

This orb is meant to help you create and delete clusters and node pools in GCP. You should use the circleci/kubernetes orb to interact with the cluster.

For the scenario you outlined, maybe this command will help: https://circleci.com/developer/orbs/orb/circleci/kubernetes#commands-create-or-update-resource.

I tried to follow the instructions here: https://circleci.com/developer/orbs/orb/circleci/gcp-gke
and here: https://circleci.com/blog/simplifying-your-ci-cd-build-pipeline-to-gke-with-circleci-orbs/

I agree the examples are lacking. I'll leave this issue open as a reminder to create examples of the circleci/gcp-gke orb interacting with the circleci/kubernetes.

@EricRibeiro EricRibeiro added enhancement New feature or request and removed bug Something isn't working labels Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants