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

Load images #1649

Merged
merged 164 commits into from
Apr 30, 2024
Merged

Load images #1649

merged 164 commits into from
Apr 30, 2024

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented Apr 30, 2024

No description provided.

wind57 and others added 30 commits December 4, 2021 07:59
wind57 added 20 commits April 3, 2024 10:05
@@ -63,8 +63,8 @@ public void start() {
hostPodWatcher.start();
scheduledExecutorService = Executors.newSingleThreadScheduledExecutor();
scheduledExecutorService.scheduleAtFixedRate(leadershipController::update,
leaderProperties.getUpdatePeriod().toMillis(),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

nothing changed here, just formatting

@@ -65,7 +65,9 @@ static void beforeAll() throws Exception {
Commons.validateImage(IMAGE_NAME, K3S);
Commons.loadSpringCloudKubernetesImage(IMAGE_NAME, K3S);

Images.loadIstioctl(K3S);
Images.loadIstioCtl(K3S);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

load all 3 images

@@ -54,7 +62,7 @@ public static String busyboxVersion() {
return imageVersion(BUSYBOX);
}

public static String istioctlVersion() {
public static String istioVersion() {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

renamed the method, since we want the same version for all 3 images

@wind57 wind57 marked this pull request as ready for review April 30, 2024 07:29
@wind57
Copy link
Contributor Author

wind57 commented Apr 30, 2024

@ryanjbaxter saw your comment from yesterday, here is the fix. thank you

@ryanjbaxter ryanjbaxter added this to the 3.1.2 milestone Apr 30, 2024
@ryanjbaxter ryanjbaxter merged commit 95e4916 into spring-cloud:main Apr 30, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants