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

Control plane #26

Merged
merged 40 commits into from
Jun 10, 2024
Merged

Control plane #26

merged 40 commits into from
Jun 10, 2024

Commits on Jun 8, 2024

  1. gitignore

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7c663c7 View commit details
    Browse the repository at this point in the history
  2. apache license header

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    1139de7 View commit details
    Browse the repository at this point in the history
  3. amake code-generate

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    0d70cd3 View commit details
    Browse the repository at this point in the history
  4. scripts to generate code

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    338adcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed63cd0 View commit details
    Browse the repository at this point in the history
  6. generated code

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5324f4f View commit details
    Browse the repository at this point in the history
  7. hack verify

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    2ccd7c5 View commit details
    Browse the repository at this point in the history
  8. update hacks

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    e6429a1 View commit details
    Browse the repository at this point in the history
  9. make

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b6f37cc View commit details
    Browse the repository at this point in the history
  10. make generate

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b30f13f View commit details
    Browse the repository at this point in the history
  11. make update

    aojea committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    0f076e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. reorganize code

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a96b3b6 View commit details
    Browse the repository at this point in the history
  2. fix indentation

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    68caab8 View commit details
    Browse the repository at this point in the history
  3. refactor

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8195ece View commit details
    Browse the repository at this point in the history
  4. make update

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    617b93e View commit details
    Browse the repository at this point in the history
  5. test all

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    0244406 View commit details
    Browse the repository at this point in the history
  6. generate

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    4a32bb0 View commit details
    Browse the repository at this point in the history
  7. add nat64 option

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    cff9573 View commit details
    Browse the repository at this point in the history
  8. fix generator

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    f2704a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1b51bf View commit details
    Browse the repository at this point in the history
  10. add new kindnet controller

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    dafb2b9 View commit details
    Browse the repository at this point in the history
  11. configuration must be unique

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    dd29686 View commit details
    Browse the repository at this point in the history
  12. build images

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    cb0746b View commit details
    Browse the repository at this point in the history
  13. document some decisions

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    f447df2 View commit details
    Browse the repository at this point in the history
  14. firs versiion missing CI

    aojea committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7c7aea4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. setup cI

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    01b3652 View commit details
    Browse the repository at this point in the history
  2. fix typo in github action

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    65e8a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a382a67 View commit details
    Browse the repository at this point in the history
  4. wait crd is ready

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6f0d109 View commit details
    Browse the repository at this point in the history
  5. wait for the kindnet controller

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f7e5957 View commit details
    Browse the repository at this point in the history
  6. default kindnetd image

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a8bc410 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c2585d View commit details
    Browse the repository at this point in the history
  8. refactor kindnet-controler

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cac6cb1 View commit details
    Browse the repository at this point in the history
  9. add healthz probe to controller

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b2f4c85 View commit details
    Browse the repository at this point in the history
  10. fix linter complain

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7253e7c View commit details
    Browse the repository at this point in the history
  11. fixes

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b20aa74 View commit details
    Browse the repository at this point in the history
  12. fix probes

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d4bdb17 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7212689 View commit details
    Browse the repository at this point in the history
  14. fix publish images

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b9f355b View commit details
    Browse the repository at this point in the history
  15. update job permissions

    aojea committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ed29341 View commit details
    Browse the repository at this point in the history