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

Support UDP LB Service #49

Merged
merged 7 commits into from
Feb 26, 2019

Conversation

hello2mao
Copy link
Contributor

@hello2mao hello2mao commented Feb 25, 2019

What type of PR is this?
/kind feature

Related:
#41

What this PR does / why we need it:
Support UDP LB Service like below:

kind: Service
apiVersion: v1
metadata:
  name: foo-service
spec:
  selector:
    app: foo
  type: LoadBalancer
  ports:
  - name: foo-port
    port: 9000
    targetPort: 9000
    protocol: UDP

Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

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

LGTM

@hello2mao hello2mao requested review from tizhou86 and m3ngyang and removed request for tizhou86 February 25, 2019 14:54
Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

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

LGTM

@hello2mao hello2mao changed the title [WIP] Support UDP LB Service Support UDP LB Service Feb 26, 2019
@hello2mao hello2mao marked this pull request as ready for review February 26, 2019 11:24
@hello2mao hello2mao merged commit 4914ea9 into kubernetes-retired:master Feb 26, 2019
@hello2mao hello2mao deleted the support-udp-lb branch March 11, 2019 05:14
wccsama pushed a commit that referenced this pull request Jun 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants