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

[WIP] Adding taint during image pre-pulling to prevent user pod being scheduled #3011

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Apr 3, 2024

  1. Add taintmanager

    xcompass committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    98fe35a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c344f View commit details
    Browse the repository at this point in the history
  3. Add taintmanager to schema

    xcompass committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    674f5a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcb060a View commit details
    Browse the repository at this point in the history
  5. Add taint manager

    The taint manager is a go binary to add/remove taint for a node.
    xcompass committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3f65fac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50bafb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad399b4 View commit details
    Browse the repository at this point in the history
  8. Add cli parameter for kubeconfig and node name

    This is to add support for out-cluster development and testing.
    Also removed Titlefile and deployment manifest as this can be tested
    outside the cluster
    xcompass committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7da1b85 View commit details
    Browse the repository at this point in the history
  9. Fix a typo

    xcompass committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c32c90d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c98495a View commit details
    Browse the repository at this point in the history