Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Knative Net Http01 release v0.24.0

Pre-release
Pre-release

Choose a tag to compare

@knative-prow-releaser-robot knative-prow-releaser-robot released this 29 Jun 16:56
b44a7db

ðŸšĻ Renaming of some net-* components

Related issue: knative/networking#448

As part of our efforts to GA/1.0 we've standardized on the naming of our networking plugins that are installed along side Serving. If you're managing your Knative deployment manually with kubectl this will require a two-phase upgrade process.

Upgrade of net-http01 to v0.24.0

# Apply the new release
$ kubectl apply -f net-http01.yaml

# Once the deployment is ready delete the old resources
$ kubectl delete deployment http01-controller -n knative-serving
$ kubectl delete service challenger -n knative-serving