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

Fix more PodMutationHook issues for backwards compatibility #10084

Merged
merged 33 commits into from
Aug 7, 2020

Commits on Aug 6, 2020

  1. Fix more PodMutationHook issues for backwards compatibility

    This PR/commit
    - Adds missing affinity from old POD
    - Adds comprehensive tests to check pod_mutation_hook works well with both new and old PODs with various configs like volume, volumeMounts, Ports, affinity, tolerations etc
    - Refactors various parts of k8s code
    kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    6a0e28d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7db97ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1071847 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09bfca0 View commit details
    Browse the repository at this point in the history
  5. fixup! fixup! fixup! fixup! fixup! Fix more PodMutationHook issues fo…

    …r backwards compatibility
    kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    91aee72 View commit details
    Browse the repository at this point in the history
  6. Add SecurityContext backwards compatibility fixes

    Daniel Imberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    6a41a6f View commit details
    Browse the repository at this point in the history
  7. More SecurityContext testing

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    f262756 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9c288e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e54525 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    888d5bd View commit details
    Browse the repository at this point in the history
  11. add license

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    9e8b114 View commit details
    Browse the repository at this point in the history
  12. get static tests to pass

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ee87f8c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    12f9521 View commit details
    Browse the repository at this point in the history
  14. Fix volume and env var secrets

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    6fa6553 View commit details
    Browse the repository at this point in the history
  15. add secret key

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    b52ab6e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    18e45e5 View commit details
    Browse the repository at this point in the history
  17. Kubernetes tests now passing

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    bc54c82 View commit details
    Browse the repository at this point in the history
  18. make results more consistent

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    267be53 View commit details
    Browse the repository at this point in the history
  19. python2.7 tests passing

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3e56021 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a882ccc View commit details
    Browse the repository at this point in the history
  21. nit

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    e9189bf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4ae2cd8 View commit details
    Browse the repository at this point in the history
  23. fixup! nit

    kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    a06e642 View commit details
    Browse the repository at this point in the history
  24. fixup! fixup! nit

    kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    4e58047 View commit details
    Browse the repository at this point in the history
  25. fixup! fixup! fixup! nit

    kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c0bad52 View commit details
    Browse the repository at this point in the history
  26. v1volume instead of dict

    dimberman authored and kaxil committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ebcae45 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    64de305 View commit details
    Browse the repository at this point in the history
  28. add other k8s features

    dimberman committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    8bbd4a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    933fbd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d97f3 View commit details
    Browse the repository at this point in the history
  3. fix for resources

    dimberman committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    c2ef17d View commit details
    Browse the repository at this point in the history
  4. fix image_pull_secret test

    dimberman committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    7563eba View commit details
    Browse the repository at this point in the history
  5. Removed relative imports

    kaxil committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    a47568b View commit details
    Browse the repository at this point in the history