caicloud / canary-release

Canary release with helm (Deprecated since compass v2.8)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Node ports of canary services conflicts with original service

kdada opened this issue · comments

What is the issue about:
Bug.

What happened:
If a service has node port, canary release would create corresponding canary services for the service. Canary services also have the same node port. It causes canary release can't create those services.

What you expected to happen:
Canary services convert service kind to ClusterIP.

Anything else we need to know:
None.