Skip to content

Commit

Permalink
[CI] Remove extraPortMappings from kind configurations (ray-project#1366
Browse files Browse the repository at this point in the history
)

[CI] Remove extraPortMappings from kind configurations
  • Loading branch information
kevin85421 authored Aug 28, 2023
1 parent 3ce70b1 commit b86e027
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
22 changes: 0 additions & 22 deletions tests/framework/config/kind-config-buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,3 @@ nodes:
apiServer:
certSANs:
- "docker"
- |
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
node-labels: "ingress-ready=true"
extraPortMappings:
- containerPort: 30265
hostPort: 8265
listenAddress: "0.0.0.0"
protocol: tcp
- containerPort: 30001
hostPort: 10001
listenAddress: "0.0.0.0"
protocol: tcp
- containerPort: 32365
hostPort: 52365
listenAddress: "0.0.0.0"
protocol: tcp
- containerPort: 30800
hostPort: 8000
listenAddress: "0.0.0.0"
protocol: tcp
23 changes: 0 additions & 23 deletions tests/framework/config/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,3 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
node-labels: "ingress-ready=true"
extraPortMappings:
- containerPort: 30265
hostPort: 8265
listenAddress: "0.0.0.0"
protocol: tcp
- containerPort: 30001
hostPort: 10001
listenAddress: "0.0.0.0"
protocol: tcp
- containerPort: 32365
hostPort: 52365
listenAddress: "0.0.0.0"
protocol: tcp
- containerPort: 30800
hostPort: 8000
listenAddress: "0.0.0.0"
protocol: tcp

0 comments on commit b86e027

Please sign in to comment.