Skip to content

Commit c9a6498

Browse files
committed
chore: resolving schitiz comment on adding a ip which avoid collision
1 parent e817cf0 commit c9a6498

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

docker/kind/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ams:
2323
# Static IP on iceberg-net so both the local optimizer and K8s Spark pods can
2424
# reach the thrift optimizing service without any manual IP edits.
2525
# In debug mode this is overridden to 127.0.0.1 via AMS_SERVER__EXPOSE__HOST in launch.json.
26-
server-expose-host: "172.30.0.10"
26+
server-expose-host: "10.210.30.10"
2727

2828
thrift-server:
2929
max-message-size: 100MB # 104857600

docker/kind/docker-compose.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
condition: service_completed_successfully
3232
networks:
3333
iceberg-net:
34-
ipv4_address: 172.30.0.10
34+
ipv4_address: 10.210.30.10
3535
ports:
3636
- "1630:1630" # Web UI + REST API
3737
- "1260:1260" # Thrift table service
@@ -137,7 +137,7 @@ services:
137137
"tableFormatList":["ICEBERG"],
138138
"storageConfig":{
139139
"storage.type":"S3",
140-
"storage.s3.endpoint":"http://172.30.0.5:9000",
140+
"storage.s3.endpoint":"http://10.210.30.5:9000",
141141
"storage.s3.region":"us-east-1"
142142
},
143143
"authConfig":{
@@ -155,7 +155,7 @@ services:
155155
"warehouse":"s3://warehouse/olake_iceberg/",
156156
"s3.path-style-access":"true",
157157
"io-impl":"org.apache.iceberg.aws.s3.S3FileIO",
158-
"endpoint":"http://172.30.0.5:9000",
158+
"endpoint":"http://10.210.30.5:9000",
159159
"access-key-id":"admin",
160160
"secret-access-key":"password"
161161
},
@@ -180,6 +180,7 @@ services:
180180
- dev
181181
networks:
182182
iceberg-net:
183+
ipv4_address: 10.210.30.20
183184
ports:
184185
- "5432:5432"
185186
environment:
@@ -204,7 +205,7 @@ services:
204205
- dev
205206
networks:
206207
iceberg-net:
207-
ipv4_address: 172.30.0.5
208+
ipv4_address: 10.210.30.5
208209
environment:
209210
MINIO_ROOT_USER: admin
210211
MINIO_ROOT_PASSWORD: password
@@ -374,7 +375,7 @@ networks:
374375
name: iceberg-net
375376
ipam:
376377
config:
377-
- subnet: 172.30.0.0/24
378+
- subnet: 10.210.30.0/24
378379

379380
volumes:
380381
kind-kubeconfig:

0 commit comments

Comments
 (0)