-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from Azure/kubeflow-v1.7
bumped version to kubeflow 1.7
- Loading branch information
Showing
14 changed files
with
239 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
test.json | ||
./AKS-Construction | ||
./manifests | ||
./manifests | ||
auth.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,17 +16,14 @@ data: | |
format: text | ||
oauth2: | ||
skipApprovalScreen: true | ||
enablePasswordDB: true | ||
enablePasswordDB: true | ||
staticPasswords: | ||
- email: [email protected] | ||
hash: | ||
# https://github.com/dexidp/dex/pull/1601/commits | ||
# FIXME: Use hashFromEnv instead | ||
username: user | ||
hash: $2a$10$aEO3ZBW0K03zZUCuKB.uK.0HbsQ166Ckzktg39rKx5nS.CD8l1eGq | ||
username: [email protected] | ||
userID: "15841185641784" | ||
staticClients: | ||
# https://github.com/dexidp/dex/pull/1664 | ||
- idEnv: OIDC_CLIENT_ID | ||
redirectURIs: ["/login/oidc"] | ||
redirectURIs: ["/authservice/oidc/callback"] | ||
name: 'Dex Login Application' | ||
secretEnv: OIDC_CLIENT_SECRET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: admissionregistration.k8s.io/v1 | ||
kind: MutatingWebhookConfiguration | ||
metadata: | ||
name: istio-sidecar-injector | ||
annotations: | ||
admissions.enforcer/disabled: "true" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
sortOptions: | ||
order: legacy | ||
legacySortOptions: | ||
orderFirst: | ||
- Namespace | ||
- ResourceQuota | ||
- StorageClass | ||
- CustomResourceDefinition | ||
- MutatingWebhookConfiguration | ||
- ServiceAccount | ||
- PodSecurityPolicy | ||
- Role | ||
- ClusterRole | ||
- RoleBinding | ||
- ClusterRoleBinding | ||
- ConfigMap | ||
- Secret | ||
- Endpoints | ||
- Service | ||
- LimitRange | ||
- PriorityClass | ||
- PersistentVolume | ||
- PersistentVolumeClaim | ||
- Deployment | ||
- StatefulSet | ||
- CronJob | ||
- PodDisruptionBudget | ||
orderLast: | ||
- ValidatingWebhookConfiguration | ||
|
||
resources: | ||
# Cert-Manager | ||
- ../../manifests/common/cert-manager/cert-manager/base | ||
- ../../manifests/common/cert-manager/kubeflow-issuer/base | ||
# Istio | ||
- ../../manifests/common/istio-1-16/istio-crds/base | ||
- ../../manifests/common/istio-1-16/istio-namespace/base | ||
- ../../manifests/common/istio-1-16/istio-install/base | ||
# OIDC Authservice | ||
- ../../manifests/common/oidc-authservice/base | ||
# Dex | ||
- ../../manifests/common/dex/overlays/istio | ||
# KNative | ||
- ../../manifests/common/knative/knative-serving/overlays/gateways | ||
- ../../manifests/common/knative/knative-eventing/base | ||
- ../../manifests/common/istio-1-16/cluster-local-gateway/base | ||
# Kubeflow namespace | ||
- ../../manifests/common/kubeflow-namespace/base | ||
# Kubeflow Roles | ||
- ../../manifests/common/kubeflow-roles/base | ||
# Kubeflow Istio Resources | ||
- ../../manifests/common/istio-1-16/kubeflow-istio-resources/base | ||
|
||
|
||
# Kubeflow Pipelines | ||
- ../../manifests/apps/pipeline/upstream/env/cert-manager/platform-agnostic-multi-user | ||
# Katib | ||
- ../../manifests/apps/katib/upstream/installs/katib-with-kubeflow | ||
# Central Dashboard | ||
- ../../manifests/apps/centraldashboard/upstream/overlays/kserve | ||
# Admission Webhook | ||
- ../../manifests/apps/admission-webhook/upstream/overlays/cert-manager | ||
# Jupyter Web App | ||
- ../../manifests/apps/jupyter/jupyter-web-app/upstream/overlays/istio | ||
# Notebook Controller | ||
- ../apps/jupyter/notebook-controller/upstream/overlays/kubeflow | ||
# Profiles + KFAM | ||
- ../../manifests/apps/profiles/upstream/overlays/kubeflow | ||
# Volumes Web App | ||
- ../../manifests/apps/volumes-web-app/upstream/overlays/istio | ||
# Tensorboards Controller | ||
- ../../manifests/apps/tensorboard/tensorboard-controller/upstream/overlays/kubeflow | ||
# Tensorboard Web App | ||
- ../../manifests/apps/tensorboard/tensorboards-web-app/upstream/overlays/istio | ||
# Training Operator | ||
- ../../manifests/apps/training-operator/upstream/overlays/kubeflow | ||
# User namespace | ||
- ../../manifests/common/user-namespace/base | ||
|
||
# KServe | ||
- ../../manifests/contrib/kserve/kserve | ||
- ../../manifests/contrib/kserve/models-web-app/overlays/kubeflow | ||
|
||
patches: | ||
- path: istio-webhook-aks-patch.yaml | ||
- path: kf-istio-resources.yaml | ||
- path: dex-config-map.yaml | ||
- patch: |- | ||
- op: replace | ||
path: "/spec/type" | ||
value: LoadBalancer | ||
target: | ||
version: v1 | ||
kind: Service | ||
name: istio-ingressgateway | ||
- patch: |- | ||
- op: replace | ||
path: "/apiVersion" | ||
value: autoscaling/v2 | ||
target: | ||
group: autoscaling | ||
version: v2beta2 | ||
kind: HorizontalPodAutoscaler | ||
name: '.*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: admissionregistration.k8s.io/v1 | ||
kind: MutatingWebhookConfiguration | ||
metadata: | ||
name: istio-sidecar-injector | ||
annotations: | ||
admissions.enforcer/disabled: "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
sortOptions: | ||
order: legacy | ||
legacySortOptions: | ||
orderFirst: | ||
- Namespace | ||
- ResourceQuota | ||
- StorageClass | ||
- CustomResourceDefinition | ||
- MutatingWebhookConfiguration | ||
- ServiceAccount | ||
- PodSecurityPolicy | ||
- Role | ||
- ClusterRole | ||
- RoleBinding | ||
- ClusterRoleBinding | ||
- ConfigMap | ||
- Secret | ||
- Endpoints | ||
- Service | ||
- LimitRange | ||
- PriorityClass | ||
- PersistentVolume | ||
- PersistentVolumeClaim | ||
- Deployment | ||
- StatefulSet | ||
- CronJob | ||
- PodDisruptionBudget | ||
orderLast: | ||
- ValidatingWebhookConfiguration | ||
|
||
resources: | ||
# Cert-Manager | ||
- ../../manifests/common/cert-manager/cert-manager/base | ||
- ../../manifests/common/cert-manager/kubeflow-issuer/base | ||
# Istio | ||
- ../../manifests/common/istio-1-16/istio-crds/base | ||
- ../../manifests/common/istio-1-16/istio-namespace/base | ||
- ../../manifests/common/istio-1-16/istio-install/base | ||
# OIDC Authservice | ||
- ../../manifests/common/oidc-authservice/base | ||
# Dex | ||
- ../../manifests/common/dex/overlays/istio | ||
# KNative | ||
- ../../manifests/common/knative/knative-serving/overlays/gateways | ||
- ../../manifests/common/knative/knative-eventing/base | ||
- ../../manifests/common/istio-1-16/cluster-local-gateway/base | ||
# Kubeflow namespace | ||
- ../../manifests/common/kubeflow-namespace/base | ||
# Kubeflow Roles | ||
- ../../manifests/common/kubeflow-roles/base | ||
# Kubeflow Istio Resources | ||
- ../../manifests/common/istio-1-16/kubeflow-istio-resources/base | ||
|
||
|
||
# Kubeflow Pipelines | ||
- ../../manifests/apps/pipeline/upstream/env/cert-manager/platform-agnostic-multi-user | ||
# Katib | ||
- ../../manifests/apps/katib/upstream/installs/katib-with-kubeflow | ||
# Central Dashboard | ||
- ../../manifests/apps/centraldashboard/upstream/overlays/kserve | ||
# Admission Webhook | ||
- ../../manifests/apps/admission-webhook/upstream/overlays/cert-manager | ||
# Jupyter Web App | ||
- ../../manifests/apps/jupyter/jupyter-web-app/upstream/overlays/istio | ||
# Notebook Controller | ||
- ../apps/jupyter/notebook-controller/upstream/overlays/kubeflow | ||
# Profiles + KFAM | ||
- ../../manifests/apps/profiles/upstream/overlays/kubeflow | ||
# Volumes Web App | ||
- ../../manifests/apps/volumes-web-app/upstream/overlays/istio | ||
# Tensorboards Controller | ||
- ../../manifests/apps/tensorboard/tensorboard-controller/upstream/overlays/kubeflow | ||
# Tensorboard Web App | ||
- ../../manifests/apps/tensorboard/tensorboards-web-app/upstream/overlays/istio | ||
# Training Operator | ||
- ../../manifests/apps/training-operator/upstream/overlays/kubeflow | ||
# User namespace | ||
- ../../manifests/common/user-namespace/base | ||
|
||
# KServe | ||
- ../../manifests/contrib/kserve/kserve | ||
- ../../manifests/contrib/kserve/models-web-app/overlays/kubeflow | ||
|
||
patches: | ||
- path: istio-webhook-aks-patch.yaml | ||
|
||
patchesJson6902: | ||
- target: | ||
group: autoscaling | ||
version: v2beta2 | ||
kind: 'HorizontalPodAutoscaler' | ||
name: '.*' | ||
patch: |- | ||
- op: replace | ||
path: "/apiVersion" | ||
value: autoscaling/v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.