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

kustomize.Directory doesn't work with github repository #1829

Closed
jancespivo opened this issue Dec 9, 2021 · 3 comments
Closed

kustomize.Directory doesn't work with github repository #1829

jancespivo opened this issue Dec 9, 2021 · 3 comments
Labels
kind/bug Some behavior is incorrect or out of spec resolution/no-repro This issue wasn't able to be reproduced

Comments

@jancespivo
Copy link

Hello!

  • Vote on this issue by adding a 👍 reaction
  • To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)

Issue details

kustomize.Directory resource doesn't install anything when directory is https://github.com/kubernetes-sigs/gateway-api/tree/v0.4.0/config/crd/

Steps to reproduce

import pulumi_kubernetes as kubernetes
kubernetes.kustomize.Directory(
    "gateway-api",
    directory="https://github.com/kubernetes-sigs/gateway-api/tree/v0.4.0/config/crd/",
)

Expected:
It should install files from a directory v1alpha2 as it is declared in a file kustomization.yaml

Actual:
no files are installed

@jancespivo jancespivo added the kind/bug Some behavior is incorrect or out of spec label Dec 9, 2021
@mikhailshilkov
Copy link
Member

@lblackstone Could you please respond to this issue?

@lblackstone
Copy link
Member

I wasn't able to reproduce the problem, and the CRDs installed as expected when I tested locally.

Screen Shot 2021-12-10 at 1 53 00 PM

I'm going to close this issue for now, but feel free to reopen with info on particular errors if you're still having troubles.

@lblackstone lblackstone added the resolution/no-repro This issue wasn't able to be reproduced label Dec 10, 2021
@jancespivo
Copy link
Author

@lblackstone Thx!
I'm sorry. I hit a combination of two errors (#1755 and probably this one #1773). Actually I wonder you don't hit the first one 🤔 Never mind, this issue is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec resolution/no-repro This issue wasn't able to be reproduced
Projects
None yet
Development

No branches or pull requests

3 participants