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

chore: update api-server to 2.2.0 #100

Merged
merged 5 commits into from
Jun 25, 2024
Merged

chore: update api-server to 2.2.0 #100

merged 5 commits into from
Jun 25, 2024

Conversation

orfeas-k
Copy link
Contributor

Changes: I also did some refactoring based on #93.

Closes #82

@orfeas-k orfeas-k requested a review from a team as a code owner June 20, 2024 07:50
api-server/rockcraft.yaml Outdated Show resolved Hide resolved
DnPlas
DnPlas previously approved these changes Jun 20, 2024
Copy link
Contributor

@DnPlas DnPlas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have built and run the image. I saw this:

_daemon_@ac591692f9e4:/$ /bin/apiserver --config=/config --sampleconfig=/config/sample_config.json -logtostderr=true
I0620 19:05:20.802271       9 client_manager.go:170] Initializing client manager
I0620 19:05:20.802379       9 config.go:57] Config DBConfig.MySQLConfig.ExtraParams not specified, skipping
F0620 19:11:45.211662       9 error.go:425] dial tcp: lookup mysql on 172.31.0.2:53: no such host

I think the server tries to start and fails because it is waiting for mysql, so I think we're good. Thanks @orfeas-k ! I left a comment that is not super critical for this PR.

@orfeas-k
Copy link
Contributor Author

Updated since I realized I had probably compared wrong files and thought there were no changes introduced so I brought another change that was missing.

@orfeas-k
Copy link
Contributor Author

orfeas-k commented Jun 21, 2024

I just pushed one more commit due to this error during rock build (wasn't here one day ago :P)

2024-06-21 09:04:36.653 :: 2024-06-21 09:04:35.890 :: + python3 get-pip.py
2024-06-21 09:04:36.653 :: 2024-06-21 09:04:35.918 :: ERROR: This script does not work on Python 3.7 The minimum supported Python version is 3.8. Please use https://bootstrap.pypa.io/pip/3.7/get-pip.py instead.

Copy link
Contributor

@DnPlas DnPlas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny comment, other than that LGMT

api-server/rockcraft.yaml Outdated Show resolved Hide resolved
Co-authored-by: Daniela Plascencia <[email protected]>
Copy link
Contributor

@DnPlas DnPlas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @orfeas-k !

@orfeas-k orfeas-k merged commit 4d2f32c into main Jun 25, 2024
7 checks passed
@orfeas-k orfeas-k deleted the kf-5696-bump-api-server branch June 25, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update api-server ROCK
2 participants