Skip to content

Commit 0144259

Browse files
authored
Merge pull request #27651 from bobbypage/blog-fixes
Spelling fixes for graceful node shutdown beta blog
2 parents 5e86149 + 1035d3c commit 0144259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/_posts/2021-04-21-Graceful-Node-Shutdown-Beta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2021-04-21
55
slug: graceful-node-shutdown-beta
66
---
77

8-
**Authors:** David Porter (Google), Murnal Patel (Red Hat), and Tim Bannister (The Scale Factory)
8+
**Authors:** David Porter (Google), Mrunal Patel (Red Hat), and Tim Bannister (The Scale Factory)
99

1010
Graceful node shutdown, beta in 1.21, enables kubelet to gracefully evict pods during a node shutdown.
1111

@@ -74,7 +74,7 @@ Note that by default, both configuration options described above, `ShutdownGrace
7474
## How can I learn more?
7575
* Read the [documentation](/docs/concepts/architecture/nodes/#graceful-node-shutdown)
7676
* Read the enhancement proposal, [KEP 2000](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2000-graceful-node-shutdown)
77-
* View the [code](https://github.com/kubernetes/kubernetes/tree/release-1.20/pkg/kubelet/nodeshutdown)
77+
* View the [code](https://github.com/kubernetes/kubernetes/tree/release-1.21/pkg/kubelet/nodeshutdown)
7878

7979
## How do I get involved?
8080
Your feedback is always welcome! SIG Node meets regularly and can be reached via [Slack](https://slack.k8s.io) (channel `#sig-node`), or the SIG's [mailing list](https://github.com/kubernetes/community/tree/master/sig-node#contact)

0 commit comments

Comments
 (0)