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

test: swarm code #2288

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

test: swarm code #2288

wants to merge 6 commits into from

Conversation

szuecs
Copy link
Member

@szuecs szuecs commented May 3, 2023

test: swarm code
refactor: remove custom kubernetes client and reuse dataclient kubernetes

@szuecs szuecs added the wip work in progress label May 3, 2023
swarm/nodeinfoclient.go Fixed Show fixed Hide fixed
config/config.go Outdated
Comment on lines 532 to 554
flag.StringVar(&cfg.SwarmKubernetesNamespace, "swarm-namespace", "", "Kubernetes namespace to find swarm peer instances")
flag.StringVar(&cfg.SwarmKubernetesLabelSelectorKey, "swarm-label-selector-key", "", "Kubernetes labelselector key to find swarm peer instances")
flag.StringVar(&cfg.SwarmKubernetesLabelSelectorValue, "swarm-label-selector-value", "", "Kubernetes labelselector value to find swarm peer instances")
Copy link
Member

Choose a reason for hiding this comment

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

This looks like a breaking change, no?

Copy link
Member Author

Choose a reason for hiding this comment

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

That's just a WIP PR, see label and I think no right now it's not breaking here, because the defaults are set in the library code.

refactor: remove custom kubernetes client and reuse dataclient kubernetes

Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wip work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants