Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Irving committed Mar 22, 2019
1 parent 4c57c06 commit ad2e4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Nidhogg is a controller that taints nodes based on whether a Pod from a specific Daemonset is running on them.

Sometimes you have a Daemonset that is so important that you don't want other pods to run on your node until that Daemonset is up and running on the node. Nidhogg solves this problem by tainting the node until this your daemonset pod is ready, preventing pods that don't tolerate the taint from scheduling there.
Sometimes you have a Daemonset that is so important that you don't want other pods to run on your node until that Daemonset is up and running on the node. Nidhogg solves this problem by tainting the node until your Daemonset pod is ready, preventing pods that don't tolerate the taint from scheduling there.

Nidhogg was built using [Kubebuilder](https://github.com/kubernetes-sigs/kubebuilder)

Expand Down

0 comments on commit ad2e4c6

Please sign in to comment.