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

Add kustomization support for deployments #57

Merged
merged 1 commit into from
Oct 18, 2019
Merged

Add kustomization support for deployments #57

merged 1 commit into from
Oct 18, 2019

Conversation

poikilotherm
Copy link
Contributor

To ease deployments using Kustomize.io now builtin with kubectl >=v1.14, a file has to be added to the deploy dir.

By adding kustomization.yaml one can define the Github repository as a remote base, which very much simplifies deployments:

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
  - ../demo
  - github.com/rancher/local-path-provisioner/deploy

patches:
  - patch-pvc-k3s.yaml

@yasker yasker merged commit 58cafac into rancher:master Oct 18, 2019
@yasker
Copy link
Member

yasker commented Oct 18, 2019

Merged, thanks!

yasker added a commit to yasker/local-path-provisioner that referenced this pull request Jan 16, 2020
1. Thanks to @poikilotherm, we've added kustomization support. See
rancher#57 for details
2. Thanks to @tamalsaha, we've migrated to use the new provisioner
framework at `sigs.k8s.io/sig-storage-lib-external-provisioner`.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
yasker added a commit that referenced this pull request Jan 16, 2020
1. Thanks to @poikilotherm, we've added kustomization support. See
#57 for details
2. Thanks to @tamalsaha, we've migrated to use the new provisioner
framework at `sigs.k8s.io/sig-storage-lib-external-provisioner`.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
fsdrw08 pushed a commit to fsdrw08/local-path-provisioner that referenced this pull request Aug 12, 2021
1. Thanks to @poikilotherm, we've added kustomization support. See
rancher#57 for details
2. Thanks to @tamalsaha, we've migrated to use the new provisioner
framework at `sigs.k8s.io/sig-storage-lib-external-provisioner`.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants