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

Implement KatibConfig API #2176

Merged
merged 19 commits into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. Implement KatibConfig API

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ba0e239 View commit details
    Browse the repository at this point in the history
  2. Replace 'collectorKind' with 'kind'

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b984644 View commit details
    Browse the repository at this point in the history
  3. Replace 'metricsCollectorSidecars' with 'metricsCollectors'

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    73fd4c7 View commit details
    Browse the repository at this point in the history
  4. Fix a typo

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a9e32b1 View commit details
    Browse the repository at this point in the history
  5. Make the init.controller.leaderElection non-pointer

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    373b3f3 View commit details
    Browse the repository at this point in the history
  6. Make the init.controller.injectSecurityContext non-pointer

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c2c39b8 View commit details
    Browse the repository at this point in the history
  7. Update a comment for the future works

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e91ccef View commit details
    Browse the repository at this point in the history
  8. Update manifest for the katib-leader-election

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    59c2303 View commit details
    Browse the repository at this point in the history
  9. Fix a comment for the KatibConfig API

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    aacd734 View commit details
    Browse the repository at this point in the history
  10. Replace 'configapi' with 'configv1beta1'

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    794ec25 View commit details
    Browse the repository at this point in the history
  11. Remove debug code

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a56c9f9 View commit details
    Browse the repository at this point in the history
  12. Put constant for the default KatibConfig value on /pkg/apis/config/v1…

    …beta1
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3d6450b View commit details
    Browse the repository at this point in the history
  13. Use 'sigs.k8s.io/yaml' instead of 'github.com/ghodss/yaml'

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f8d070a View commit details
    Browse the repository at this point in the history
  14. Avoid to depend on k8s.io/utils directly

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9a51ab8 View commit details
    Browse the repository at this point in the history
  15. Fix a typo

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e9eb97a View commit details
    Browse the repository at this point in the history
  16. Refactor katib-config using kustomize vars

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1d0bef3 View commit details
    Browse the repository at this point in the history
  17. Fix a typo

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    122fd9d View commit details
    Browse the repository at this point in the history
  18. Put KatibConfig on every install

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a326b36 View commit details
    Browse the repository at this point in the history
  19. Remove configMapGenerator from the katib-with-kubeflow

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4e5ea07 View commit details
    Browse the repository at this point in the history