mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #21899 from zmerlynn/update-spark
Auto commit by PR queue bot
This commit is contained in:
commit
c9250bba2a
@ -15,7 +15,8 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: spark-master
|
- name: spark-master
|
||||||
image: gcr.io/google_containers/spark-master:1.5.1_v2
|
image: gcr.io/google_containers/spark:1.5.2_v1
|
||||||
|
command: ["/start-master"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7077
|
- containerPort: 7077
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -16,7 +16,8 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: spark-worker
|
- name: spark-worker
|
||||||
image: gcr.io/google_containers/spark-worker:1.5.1_v2
|
image: gcr.io/google_containers/spark:1.5.2_v1
|
||||||
|
command: ["/start-worker"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8888
|
- containerPort: 8888
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: spark-master
|
- name: spark-master
|
||||||
image: gcr.io/google_containers/spark:1.5.1_v3
|
image: gcr.io/google_containers/spark:1.5.2_v1
|
||||||
command: ["/start-master"]
|
command: ["/start-master"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7077
|
- containerPort: 7077
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: spark-worker
|
- name: spark-worker
|
||||||
image: gcr.io/google_containers/spark:1.5.1_v3
|
image: gcr.io/google_containers/spark:1.5.2_v1
|
||||||
command: ["/start-worker"]
|
command: ["/start-worker"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8081
|
- containerPort: 8081
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: zeppelin
|
- name: zeppelin
|
||||||
image: gcr.io/google_containers/zeppelin:v0.5.5_v2
|
image: gcr.io/google_containers/zeppelin:v0.5.6_v1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
Reference in New Issue
Block a user