-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some initial validation logic. #678
Conversation
Addresses #654 |
detect-minions > /dev/null | ||
|
||
MINIONS_FILE=/tmp/minions | ||
$(dirname $0)/kubecfg.sh list minions > ${MINIONS_FILE} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommend using the -template parameter to get output that's robust across kubecfg.sh default printer changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a push? Seems the same...
I also was hoping for some sort of verification that master and minions are in agreement about what the minion is called in etcd, which is harder to check. Maybe minion could serve the key it is using and you could check through the proxy? |
Let's put further validation into a different PR. I think that the best thing might be to have a parameter for the kubelet /healthz? that includes the name of the kubelet, and validate that it matches. |
This is ready to merge. |
ok, actually pushed this time... |
Add some initial validation logic.
Add Collector executor support
* support docker deployment and fix bug * support offline * update * generate configmap * add restore * support cyclone and fix bug * fix * fix * fix
* support docker deployment and fix bug * support offline * update * generate configmap * add restore * support cyclone and fix bug * fix * fix * fix
add initial KEP for maxUnavailable in StatefulSets
Add condition message to event message
No description provided.