Python: Add support for taint updates

Created on 24 Mar 2017  路  8Comments  路  Source: kubernetes-client/python

Please add support for taint management (kubectl taint ...).

feature-request help wanted help-needed lifecyclrotten

All 8 comments

Maybe the function of patch_node can help you

I will try to work on this. I may need some help as I am new to the codebase but I have some experience working on upstream taints and tolerations.

@ravisantoshgudimetla Is there any progress on this issue? It seems like the V1Taint model is there but there isn't actually any taint management.

you can use patch_node with param:
client.patch_node(node_name, {"spec":{"taints":[{"effect":"NoSchedule","key":"tainttest","value":"1"}]}})
to update taints

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

/close

@yliaog: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Was this page helpful?
0 / 5 - 0 ratings