Skip to content

Commit

Permalink
move admission webhook to gcp (#2781)
Browse files Browse the repository at this point in the history
* update

* fix
  • Loading branch information
lluunn authored and k8s-ci-robot committed Mar 27, 2019
1 parent acb03c1 commit ae10dc9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 34 deletions.
1 change: 1 addition & 0 deletions bootstrap/config/kfctl_basic_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ components:
- centraldashboard
- cert-manager
- cloud-endpoints
- gcp-credentials-admission-webhook
- gpu-driver
- jupyter-web-app
- katib
Expand Down
1 change: 1 addition & 0 deletions bootstrap/config/kfctl_iap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ components:
- centraldashboard
- cert-manager
- cloud-endpoints
- gcp-credentials-admission-webhook
- gpu-driver
- iap-ingress
- jupyter-web-app
Expand Down
2 changes: 2 additions & 0 deletions components/gcp-admission-webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ If yes, it will add volume, volumeMount, and environment variable to the pod.
1. https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/
1. https://github.com/kubernetes/kubernetes/tree/v1.13.0/test/images/webhook
1. https://github.com/morvencao/kube-mutating-webhook-tutorial
1. How to self sign: [link](https://github.com/kubernetes/kubectl/issues/86)
1. What to put for caBundle: [issue](https://github.com/kubernetes/kubernetes/issues/61171)
11 changes: 0 additions & 11 deletions kubeflow/credentials-admission-webhook/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions kubeflow/credentials-admission-webhook/parts.yaml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
// @optionalParam image string gcr.io/kubeflow-images-public/gcp-admission-webhook:v20190316-v0.4.0-rc.1-227-gac45af55-dirty-3f9236 The image for the webhook.
// @optionalParam webhookSetupImage string gcr.io/kubeflow-images-public/ingress-setup:latest The image for setting up ingress.

local webhook = import "kubeflow/credentials-admission-webhook/webhook.libsonnet";
local webhook = import "kubeflow/gcp/webhook.libsonnet";
local instance = webhook.new(env, params);
instance.list(instance.all)
File renamed without changes.

0 comments on commit ae10dc9

Please sign in to comment.