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

engine: fix a bug in cluster connection checks #6454

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

nicks
Copy link
Member

@nicks nicks commented Oct 30, 2024

before this change, if you were deploying
to both a DockerCompose engine and a Kube
cluster, we sometimes wouldn't correctly
synchronize the cluster connections.

this led to problems where we would try
to deploy before the connection had been
established properly.

fixes #6453

Signed-off-by: Nick Santos nick.santos@docker.com

before this change, if you were deploying
to both a DockerCompose engine and a Kube
cluster, we sometimes wouldn't correctly
synchronize the cluster connections.

this led to problems where we would try
to deploy before the connection had been
established properly.

fixes #6453

Signed-off-by: Nick Santos <nick.santos@docker.com>
@nicks nicks merged commit 3b727d3 into master Oct 30, 2024
8 checks passed
@nicks nicks deleted the nicks/reference branch October 30, 2024 20:06
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.

k8s_custom_deploy can sometimes be executed without a pinned KUBECONFIG
1 participant