Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

feat: polling default ns #52

Closed
wants to merge 3 commits into from
Closed

feat: polling default ns #52

wants to merge 3 commits into from

Conversation

csviri
Copy link
Collaborator

@csviri csviri commented Mar 28, 2023

No description provided.

@@ -12,7 +12,7 @@ public class KubeAPIServer implements UnexpectedProcessStopHandler {

private static final Logger log = LoggerFactory.getLogger(KubeAPIServer.class);

public static final int STARTUP_TIMEOUT = 15_000;
public static final int STARTUP_TIMEOUT = 10_0000;
Copy link
Contributor

Choose a reason for hiding this comment

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

100 seconds? That seems too much to wait.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah that is a mistake

@csviri csviri force-pushed the polling-instead-of-watch branch from d3a2805 to 4fffb3a Compare March 28, 2023 14:44
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@csviri
Copy link
Collaborator Author

csviri commented Mar 29, 2023

replaced by: #56

@csviri csviri closed this Mar 29, 2023
@metacosm
Copy link
Contributor

Should we remove this branch? And maybe activate automated branch removal on merges?

@csviri csviri deleted the polling-instead-of-watch branch March 29, 2023 13:50
@csviri
Copy link
Collaborator Author

csviri commented Mar 29, 2023

yeah, deleted, will activate it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants