Remove namespaces from all examples.

This commit is contained in:
foxish 2016-11-11 11:56:00 -08:00
parent 868f6e1c5c
commit a5b7591646
7 changed files with 0 additions and 7 deletions

View File

@ -2,7 +2,6 @@ kind: ReplicationController
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: spark-master-controller name: spark-master-controller
namespace: spark-cluster
spec: spec:
replicas: 1 replicas: 1
selector: selector:

View File

@ -2,7 +2,6 @@ kind: Service
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: spark-master name: spark-master
namespace: spark-cluster
spec: spec:
ports: ports:
- port: 7077 - port: 7077

View File

@ -2,7 +2,6 @@ kind: ReplicationController
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: spark-ui-proxy-controller name: spark-ui-proxy-controller
namespace: spark-cluster
spec: spec:
replicas: 1 replicas: 1
selector: selector:

View File

@ -2,7 +2,6 @@ kind: Service
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: spark-ui-proxy name: spark-ui-proxy
namespace: spark-cluster
spec: spec:
ports: ports:
- port: 80 - port: 80

View File

@ -2,7 +2,6 @@ kind: ReplicationController
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: spark-worker-controller name: spark-worker-controller
namespace: spark-cluster
spec: spec:
replicas: 2 replicas: 2
selector: selector:

View File

@ -2,7 +2,6 @@ kind: ReplicationController
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: zeppelin-controller name: zeppelin-controller
namespace: spark-cluster
spec: spec:
replicas: 1 replicas: 1
selector: selector:

View File

@ -2,7 +2,6 @@ kind: Service
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: zeppelin name: zeppelin
namespace: spark-cluster
spec: spec:
ports: ports:
- port: 80 - port: 80