What happened:
|
"returns success, but /readzy immediately returns failure. Graceful termination starts after this delay "+ |
has a typo,
/readzy (should be
/readyz)
This also shows up in the rendered documentation.
What you expected to happen:
Documentation has correct path for readyz endpoint.
How to reproduce it (as minimally and precisely as possible):
Easiest to see this wrong in the source code, I think.
Anything else we need to know?:
Environment:
- Kubernetes version (use
kubectl version): v1.16
- Cloud provider or hardware configuration: not applicable
- OS (e.g:
cat /etc/os-release): not applicable
- Kernel (e.g.
uname -a): not applicable
- Install tools:
- Network plugin and version (if this is a network-related bug):
- Others:
/sig docs
/kind bug
/priority backlog
What happened:
kubernetes/staging/src/k8s.io/apiserver/pkg/server/options/server_run_options.go
Line 218 in 327f53b
/readzy(should be/readyz)This also shows up in the rendered documentation.
What you expected to happen:
Documentation has correct path for readyz endpoint.
How to reproduce it (as minimally and precisely as possible):
Easiest to see this wrong in the source code, I think.
Anything else we need to know?:
Environment:
kubectl version): v1.16cat /etc/os-release): not applicableuname -a): not applicable/sig docs
/kind bug
/priority backlog