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

[ATMOSPHERE-263] feat: Support Kubernetes 1.29.x and 1.30.x #334

Merged
merged 11 commits into from
Aug 6, 2024

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    086c150 View commit details
    Browse the repository at this point in the history
  2. Use cloud images as base

    Signed-off-by: Mohammed Naser <[email protected]>
    mnaser authored and okozachenko1203 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    14b9f57 View commit details
    Browse the repository at this point in the history
  3. Update versions to build cleanly

    mnaser authored and okozachenko1203 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b8dab75 View commit details
    Browse the repository at this point in the history
  4. use kustomize to enable keystone webhook after kubeadm init

    it does not add the --authorization-* arguments until after kubeadm init run.
    Once kubeadm init has finished, run kustomize to add the arguments to the kube-apiserver.yaml manifest.
    
    ref: kubernetes/cloud-provider-openstack#2575
    okozachenko1203 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7b87640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57f5254 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. append webhook authz mode only to avoid duplication with defaults

    api-server sets Node and RBAC as default authz modes in its command args.
    And does not allow the mode specified more than once.
    okozachenko1203 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    09d69dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29da3dd View commit details
    Browse the repository at this point in the history
  3. fix typo

    okozachenko1203 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    be1b16f View commit details
    Browse the repository at this point in the history
  4. fix lint error

    okozachenko1203 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b63dd50 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    494a20d View commit details
    Browse the repository at this point in the history
  2. fix flake8 errors

    okozachenko1203 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3b014dc View commit details
    Browse the repository at this point in the history