Skip to content

Commit

Permalink
Migrated to PodMutator from DeploymentMutator to avoid blocking k8s d…
Browse files Browse the repository at this point in the history
…eployments before KFServing is installed (kubeflow#400)
  • Loading branch information
ellistarn authored and k8s-ci-robot committed Oct 4, 2019
1 parent 2681753 commit cedec59
Show file tree
Hide file tree
Showing 9 changed files with 794 additions and 899 deletions.
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Expand Up @@ -67,7 +67,7 @@ var (
KFServiceMutatingWebhookConfigName = strings.Join([]string{KFServiceName, KFServingAPIGroupName}, ".")
KFServiceValidatingWebhookName = strings.Join([]string{KFServiceName, WebhookServerName, "validator"}, ".")
KFServiceDefaultingWebhookName = strings.Join([]string{KFServiceName, WebhookServerName, "defaulter"}, ".")
DeploymentMutatorWebhookName = strings.Join([]string{KFServiceName, WebhookServerName, "deployment-mutator"}, ".")
PodMutatorWebhookName = strings.Join([]string{KFServiceName, WebhookServerName, "pod-mutator"}, ".")
WebhookFailurePolicy = v1beta1.Fail
)

Expand Down

0 comments on commit cedec59

Please sign in to comment.