Skip to content
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

Merged
merged 1 commit into from
Jul 29, 2014
Merged

Conversation

brendandburns
Copy link
Contributor

No description provided.

@brendandburns
Copy link
Contributor Author

Addresses #654

@brendandburns brendandburns changed the title Add some initial validation logic. [WIP] Add some initial validation logic. Jul 29, 2014
detect-minions > /dev/null

MINIONS_FILE=/tmp/minions
$(dirname $0)/kubecfg.sh list minions > ${MINIONS_FILE}
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

Copy link
Member

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...

@lavalamp
Copy link
Member

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?

@brendandburns
Copy link
Contributor Author

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.

@brendandburns
Copy link
Contributor Author

This is ready to merge.

@brendandburns brendandburns changed the title [WIP] Add some initial validation logic. Add some initial validation logic. Jul 29, 2014
@brendandburns
Copy link
Contributor Author

ok, actually pushed this time...

lavalamp added a commit that referenced this pull request Jul 29, 2014
Add some initial validation logic.
@lavalamp lavalamp merged commit fcbd365 into kubernetes:master Jul 29, 2014
vishh pushed a commit to vishh/kubernetes that referenced this pull request Apr 6, 2016
mqliang pushed a commit to mqliang/kubernetes that referenced this pull request Dec 8, 2016
* support docker deployment and fix bug

* support offline

* update

* generate configmap

* add restore

* support cyclone and fix bug

* fix

* fix

* fix
mqliang pushed a commit to mqliang/kubernetes that referenced this pull request Mar 3, 2017
* support docker deployment and fix bug

* support offline

* update

* generate configmap

* add restore

* support cyclone and fix bug

* fix

* fix

* fix
seans3 pushed a commit to seans3/kubernetes that referenced this pull request Apr 10, 2019
add initial KEP for maxUnavailable in StatefulSets
linxiulei pushed a commit to linxiulei/kubernetes that referenced this pull request Jan 18, 2024
Add condition message to event message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants