Skip to content

Instantly share code, notes, and snippets.

@jtfogarty
Created October 16, 2018 20:01
Show Gist options
  • Save jtfogarty/b8070177c4dfed1cd2576b69250aeb93 to your computer and use it in GitHub Desktop.
Save jtfogarty/b8070177c4dfed1cd2576b69250aeb93 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
annotations:
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/3SOQUtEMQyE7/6MOXd1Fy/SHyGC4EU8ZNso5b02pQkL8uh/lyzvori3ZPLNZDZQL288tEhDxOWEgKW0jIhXHpeSGAGVjTIZIW5Y6cyr+rSotMZ2X+QhSe3SuBkiqJ5JlbIMBOie8UueAY0q/2Vd005Xevk8HB8PI50c1s7JH3YZpojv2792vyI+HQOMxhfby77PD6+xcjIZnnKrkn13F58l89U6590PAAAA//8BAAD//9oxdp8dAQAA"}'
creationTimestamp: 2018-10-02T16:48:20Z
labels:
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: ambassador
service: ambassador
name: ambassador
namespace: kf-03-rc1
resourceVersion: "6208478"
selfLink: /api/v1/namespaces/kf-03-rc1/services/ambassador
uid: f7f88ef2-c662-11e8-8045-4c776d6a7a6c
spec:
clusterIP: 10.96.51.74
externalTrafficPolicy: Cluster
ports:
- name: ambassador
nodePort: 32124
port: 80
protocol: TCP
targetPort: 80
selector:
service: ambassador
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
apiVersion: v1
items:
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "2"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/6RTTWsbMRC992fMWV7LTWiCbtvGCYEkNV4IlFLMWDuuhfUVSbvJYva/F63dxMVOD+1Jw+i9mad5oy2gV48UonIWBNBLIpvjOG4nS0o4AQYbZWsQcEVeu86QTcDAUMIaE4LYgsYl6ZijTXTWUiqUG0tnvLMZLADNEmPE2gXoGVg09Gdyl4seZb7YrEb8bBTkJIOjJ5krB/JaSYwgzhgkMl5jonxxWkik0CpJJ3v/tY90NqGyFCKI71sg2w7nXnN5/7msqvLq63zxUN5Pq1n5ZQoMWtQNXQdncoWVIl3PafUazzCtQbwKLd409H3PTtWubh9u7qbHLUBACg3BadbjdH57/W1RVXeL6/KuOmb9YKAM/syJpwa77FIW9KwCjd/GJHhxzgsODLRqyVKMs+CWw6zXKfkbSjn0u0cd8MYtH8s1yc0CMxEYeBcSiMvLi4uegbIqKdRXpLGrSDpbZy85A09Bufog9c6KBMJa/YucTOz+S06g6JogaVgtrYxKQyR9A2KS/4JxoQMB55zfKxgITw3FAxR85NzAAXSygw4L8K4pMWGKteDF2cVgyH4suzQcUn1wZg8f0Ut+KQXR8uLTMW8Uld0MyxAoJgxp5rSSWVOpn7GLwH7/nlJK19j0cGRG3/f9h18AAAD//wEAAP//qbCZ9DoEAAA="}'
creationTimestamp: 2018-10-02T16:48:20Z
generation: 2
labels:
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: ambassador
name: ambassador
namespace: kf-03-rc1
resourceVersion: "6208894"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/ambassador
uid: f8305def-c662-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 3
revisionHistoryLimit: 10
selector:
matchLabels:
service: ambassador
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
service: ambassador
namespace: kf-03-rc1
spec:
containers:
- env:
- name: AMBASSADOR_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: AMBASSADOR_SINGLE_NAMESPACE
value: "true"
- name: AMBASSADOR_VERIFY_SSL_FALSE
value: "true"
image: quay.io/datawire/ambassador:0.40.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
httpGet:
path: /ambassador/v0/check_alive
port: 8877
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 30
successThreshold: 1
timeoutSeconds: 1
name: ambassador
readinessProbe:
failureThreshold: 3
httpGet:
path: /ambassador/v0/check_ready
port: 8877
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 30
successThreshold: 1
timeoutSeconds: 1
resources:
limits:
cpu: "1"
memory: 400Mi
requests:
cpu: 200m
memory: 100Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- image: quay.io/datawire/statsd:0.37.0
imagePullPolicy: IfNotPresent
name: statsd
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- image: prom/statsd-exporter:v0.6.0
imagePullPolicy: IfNotPresent
name: statsd-sink
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: ambassador
serviceAccountName: ambassador
terminationGracePeriodSeconds: 30
status:
availableReplicas: 3
conditions:
- lastTransitionTime: 2018-10-02T16:49:08Z
lastUpdateTime: 2018-10-02T16:49:08Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:20Z
lastUpdateTime: 2018-10-15T22:10:54Z
message: ReplicaSet "ambassador-6b79df5586" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 2
readyReplicas: 3
replicas: 3
updatedReplicas: 3
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/4xTS2/bSAy+788gsDfZlhLsYqGbkdcWSFzBbnopioAe0fI0o5kBh1JjBPrvBa1YTdAHehL18SM/vuYZMNqPxMkGDyXQk5BXOy36YkuCBWTwaH0NJVxSdOHQkhfIoCXBGgWhfAaHW3JJLYwRSkBuwqyzGpmC9yRzGxYmtDF4DR4JMGTgsaU3fAVSRKPo426Wn8/YFMpMkYwKRA4NU0qXhLWznjZkgq8TlP/meQZM0VmDCcpCf3qrnfxvkwQ+3NrWCpRFnkEiR0YCa8IWxexvf9HAoMrCKNQc1MvBOeub+1ij0Bj9tOm40XLP/vlbx4JP9x57tA637gQPGcgh6t/6TQLFqY3ulOwPRjq8moUJXtB64gTlp2cg3x+/L0Ndrm/eP6yWd1ebanlxBRn06Dq65tBq7M6Sq9e0GxVeHUCvCz96K5Q9lFNV8++7GYYhm3TerR4ubu83H67WJw0oQbgjGD5nYFtsTiuOHL4s1Ohs2Z/Ni7lKHQlV51wVnDUHTbhbBamY0nhoP9yIELfWo9jg7yglDR8rXdTUL155Zy40P+efpK6tG8usfZrAC9clIb62nFSfCWvrKaWKw/a4p71IvCE5nuOLMmQQAwuU/+V5oTtiSoIsU9Kl+4qHBBkks6e6c8Srsa+adtg5mU24coh7a2hpTOim9zI2/9a1+s1sbhgNVcQ21NMjOc+HYRj++gYAAP//AQAA//+aWMle9AMAAA=="}'
creationTimestamp: 2018-10-02T16:48:37Z
generation: 1
labels:
app: argo-ui
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: argo
name: argo-ui
namespace: kf-03-rc1
resourceVersion: "3522406"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/argo-ui
uid: 02178648-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: argo-ui
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: argo-ui
spec:
containers:
- env:
- name: ARGO_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: IN_CLUSTER
value: "true"
image: argoproj/argoui:v2.1.1
imagePullPolicy: IfNotPresent
name: argo-ui
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: argo-ui
serviceAccountName: argo-ui
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:49:34Z
lastUpdateTime: 2018-10-02T16:49:34Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:37Z
lastUpdateTime: 2018-10-02T16:49:34Z
message: ReplicaSet "argo-ui-59d864c7dc" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/5SPzUosMRCF9/cxat2/dzZDdoJrceVGZlGdrhlDJ1UhqW6VJu8uURCRUXB3yEm+72QHjO6BUnbCYIBelLjm3G/jRIojNLA4nsHALUUvr4FYoYFAijMqgtnB40Q+14QxggFLrAn9jPlpEkxzRWRhJu2c9FZCFK6UKzdLA4yBrkNqkyPaWi/ndji0yY71SY5kq14pRI9KNf9pYPkCscKKjillMI87uICXKrzYVNcv60RnL8/t+3lu4zp5Z/vvRLMN3aEb4LfvREn64fhU3ktSMMfh+L+cyqmBTGlzlm6slZX17gdUKaX8ewMAAP//AQAA//+eOJLZyQEAAA=="}'
creationTimestamp: 2018-10-02T16:48:28Z
generation: 1
labels:
app: centraldashboard
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: centraldashboard
name: centraldashboard
namespace: kf-03-rc1
resourceVersion: "3521990"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/centraldashboard
uid: fcdf025c-c662-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: centraldashboard
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: centraldashboard
spec:
containers:
- image: gcr.io/kubeflow-images-public/centraldashboard:v0.3.0
imagePullPolicy: IfNotPresent
name: centraldashboard
ports:
- containerPort: 8082
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: centraldashboard
serviceAccountName: centraldashboard
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:28Z
lastUpdateTime: 2018-10-02T16:48:28Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:28Z
lastUpdateTime: 2018-10-02T16:48:35Z
message: ReplicaSet "centraldashboard-c76877875" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/5yQv04zMRDE++8xpr5Lcl+AwjUPQEWDUqx9m8g6/5O9CaDI744WpCRCgoJu5PFvZuwzqPhnrs3nBAN+E06q2/o0WRaaMGDxaYbBI5eQ3yMnwYDIQjMJwZwRyHJoqqgUGMQ8c5gtBrgcS05KGFhyC6dZ81pOiWXl8/r2wkLiLfqARJGvMeMVVKMVcuou+3GzHaublGiFnfZXLsE7ajDTAOFYAgmr8fe5P++56XU5CfnEtcG8nEH1oOJCzBa7AT7SQXMOrurTl6Plfciv4+d5G8vRBu/W31rMabP6v9rgl18pucpX72XGU64C83B/t71wVDz6ru967/3fBwAAAP//AQAA//9lNEhf9gEAAA=="}'
creationTimestamp: 2018-10-02T16:48:45Z
generation: 1
labels:
app: modeldb
app.kubernetes.io/deploy-manager: ksonnet
component: backend
ksonnet.io/component: katib
name: modeldb-backend
namespace: kf-03-rc1
resourceVersion: "6391560"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/modeldb-backend
uid: 06b8d872-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: modeldb
component: backend
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: modeldb
component: backend
name: modeldb-backend
spec:
containers:
- args:
- modeldb-db
image: gcr.io/kubeflow-images-public/modeldb-backend:v0.2.0
imagePullPolicy: IfNotPresent
name: modeldb-backend
ports:
- containerPort: 6543
name: api
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:45Z
lastUpdateTime: 2018-10-02T16:48:45Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:45Z
lastUpdateTime: 2018-10-02T16:52:14Z
message: ReplicaSet "modeldb-backend-58969447f6" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/5yPvWoDMRCE+zzG1OefiwMG1XmAVGmCiz3dxoiTtIu0hIRD7x5kg+PCVbplZ7+Z2RWk4Z1LDZLhwN/Guc919zVObDRiwBLyDIdX1ig/ibNhQGKjmYzgVkSaONY+kSockswc5wkDvCSV3AmHy2KpkjPbNsjuXlvIwoQ2IFPiP4fNhem7quS7sHxu9odN8WM/rsq+pxbWGDxVuHGAcdJIxl34V8mHLe7SvGSjkLlUuI8VIdH5epzP4g7bFzz+QqXYlbgZvEkxuOfjfjzemHkiDWindmqttadfAAAA//8BAAD//141LQefAQAA"}'
creationTimestamp: 2018-10-02T16:48:44Z
generation: 1
labels:
app: modeldb
app.kubernetes.io/deploy-manager: ksonnet
component: db
ksonnet.io/component: katib
name: modeldb-db
namespace: kf-03-rc1
resourceVersion: "3522502"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/modeldb-db
uid: 06077545-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: modeldb
component: db
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: modeldb
component: db
name: modeldb-db
spec:
containers:
- image: mongo:3.4
imagePullPolicy: IfNotPresent
name: modeldb-db
ports:
- containerPort: 27017
name: dbapi
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:48:44Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:50:09Z
message: ReplicaSet "modeldb-db-57b855f5b7" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/6SRsY7bMAyG9z4GZymx66AttBXo0C6NUQRdCqOgZNonWJYESXYuCPzuB8WBL8vdcotAkPx+/SSvgF7/pRC1syCAnhPZHMf9XEpKWAKDQdsWBPwgb9xlJJuAwUgJW0wI4goGJZmYI/QeBIyuJdNKYKDc6J3NhIAuOJvItlkwOmsp7bTbP3YMmLSEhYHFkV51+AOZK9GjyuWh40XFgyozEj2p7CCQN1phBFEySDR6g4ly4QOG33H08LNyNqG2FCKIf1fA0OdgQySqIRMNA7LzreUu+ud4PP2vv59+AoMZzZRz+/suGgZ6xD6nehXywoZJUmfcmd/ykftJGq3W/vXd3Im52JW7zxyNf0JeHXgvD1+qr98U3FXryZjaGa0uIOBX99ulOlBcD/z2DbwLaZ1xG7l2IYGoiqLYwDNJ9BqWZmmWZVk+vQAAAP//AQAA//9aHIxqaQIAAA=="}'
creationTimestamp: 2018-10-02T16:48:43Z
generation: 1
labels:
app: modeldb
app.kubernetes.io/deploy-manager: ksonnet
component: frontend
ksonnet.io/component: katib
name: modeldb-frontend
namespace: kf-03-rc1
resourceVersion: "3522529"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/modeldb-frontend
uid: 06021448-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: modeldb
component: frontend
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: modeldb
component: frontend
name: modeldb-frontend
spec:
containers:
- args:
- modeldb-backend
env:
- name: ROOT_PATH
value: /katib
image: gcr.io/kubeflow-images-public/katib/katib-frontend:v0.1.2-alpha-34-gb46378c
imagePullPolicy: IfNotPresent
name: modeldb-frontend
ports:
- containerPort: 3000
name: webapi
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:43Z
lastUpdateTime: 2018-10-02T16:48:43Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:43Z
lastUpdateTime: 2018-10-02T16:50:18Z
message: ReplicaSet "modeldb-frontend-769d5bdd66" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/5yRQWsbMRCF7/0Zc5Z2vc1toQfTpDenpoVCCSaM5VlHWNIISas2BP33MrGblNZJIbfRzs733sx7AIz2G6VsOcAI9LNQkDr3ddhSwQEUHGzYwQiXFB3fewoFFHgquMOCMD6Awy25LNUhcwhUOsu9YR85yM8jxPvCydxpjpSwcIKmIKCnc61jJ0c00j5MenGhkxlkJEcyopIoOmswwzgoKOSjw0LSOG/qJaX2B9JwKGgDpQzjjTy9R1n6Bvq/57r6HhRojS6z433hXHaUxLiuHwbYKKBQHykn4dX32/Xny9vr5erq63r58QoUVHQzfUrsRXuy5HZfaHqq11juYHzapns+SGtNneO+CSm0jQLrcS+4vUmS22He0uT4h378nnWct86af64w1kV30S3gtSAru9nTiudQjmf1Up6s9FRMbzhMdv8MOb71cRDaRvxlStUaWhoj09f/Ufudn3BWGF/JX5/E28vqrbV3vwAAAP//AQAA///KYV2rIQMAAA=="}'
creationTimestamp: 2018-10-15T22:09:21Z
generation: 1
labels:
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: pytorch-operator
name: pytorch-operator
namespace: kf-03-rc1
resourceVersion: "6358992"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/pytorch-operator
uid: f7925ce0-d0c6-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
name: pytorch-operator
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
name: pytorch-operator
spec:
containers:
- command:
- /pytorch-operator.v2
- --alsologtostderr
- -v=1
env:
- name: MY_POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: MY_POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: gcr.io/kubeflow-images-public/pytorch-operator:v0.3.0
imagePullPolicy: IfNotPresent
name: pytorch-operator
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config
name: config-volume
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: pytorch-operator
serviceAccountName: pytorch-operator
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: pytorch-operator-config
name: config-volume
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-15T22:09:21Z
lastUpdateTime: 2018-10-15T22:09:21Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-15T22:09:21Z
lastUpdateTime: 2018-10-15T22:09:36Z
message: ReplicaSet "pytorch-operator-7db78bcdfb" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/4xQPWvkMBDt72dM7U9ub7kTbHGQOmWasISxPOsISxqhGTsJi/97UAJZkyrdQ2+e3scVMLkHyuI4ggF6VYoFS7v2Ayn2UMHs4ggG7ih5fgsUFSoIpDiiIpgreBzIS0GYEhiQhFlxXqRohWMkbRy3lkPiWOT7k62CiIH2b/XKfolKlOGTlIS2XMyXuvtdZ9sXlSSyxTNT8s6igOkrUArJo1IhfhRx57XtPrUcFV2kLGAer4B5KgD2wera+kWUcu3G0/Fv3//51x0OH0RxHVDo9KyaxLStKKrUlr0nq5ybeRno4vml4TzBuQIXcCoFJ5vLUhPz5OnpFqK95cUwHg9m7Zuu6eBru12LcwVCeXWW/lvLS9T7b/PCtm3br3cAAAD//wEAAP//QR8j/fkBAAA="}'
creationTimestamp: 2018-10-02T16:48:49Z
generation: 1
labels:
app: spartakus
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: spartakus
name: spartakus-volunteer
namespace: kf-03-rc1
resourceVersion: "3522262"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/spartakus-volunteer
uid: 091a1732-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: spartakus-volunteer
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: spartakus-volunteer
spec:
containers:
- args:
- volunteer
- --cluster-id=681159044
- --database=https://stats-collector.kubeflow.org
image: gcr.io/google_containers/spartakus-amd64:v1.0.0
imagePullPolicy: IfNotPresent
name: volunteer
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: spartakus
serviceAccountName: spartakus
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:49Z
lastUpdateTime: 2018-10-02T16:48:49Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:49Z
lastUpdateTime: 2018-10-02T16:48:50Z
message: ReplicaSet "spartakus-volunteer-97655bbc6" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/5SRv+8aMQzF9/4Znu96PXXLhtSxVExdKgZfMJBeEkeJD3pC+d8rg4oqxK/vZsV+z+/jnACT+0m5OI5ggP4IRa1Ld+gHEuyhgdHFDRj4RsnzHCgKNBBIcIOCYE7gcSBftMKUwECRaTP/5qG1HCWz95TVpXCMJJ8dd5ZD4qhGBkYUN0BtIGKgh2JtloRWJ8Zt++Vrm22vqpLI6uZMyTuLBUzfQCFPVjhrI6DY/fc3EtbagFBIHoXOwg8S1v/S6DO6SLmA+XUCF3BH/1i7+4TnmdXk/Yq9szMYWPgjzgVeXObAfgq05CnKZVnQcoWyBwPdkfNIub1yXc1uG7W5UQaS7Gyxukdvecfj8Uhd17V+Qz44Swtr1fjHa4oLgOW4dbslJr3kw7jPQO45PAn7HlCt9dNfAAAA//8BAAD//79+s5guAwAA"}'
creationTimestamp: 2018-10-02T16:48:44Z
generation: 1
labels:
app: studyjob-controller
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: katib
name: studyjob-controller
namespace: kf-03-rc1
resourceVersion: "3522670"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/studyjob-controller
uid: 067bd483-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: studyjob-controller
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: studyjob-controller
spec:
containers:
- image: katib/studyjob-controller
imagePullPolicy: Always
name: studyjob-controller
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /worker-template
name: worker-template
- mountPath: /metricscollector-template
name: metricscollector-template
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: studyjob-controller
serviceAccountName: studyjob-controller
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: worker-template
name: worker-template
- configMap:
defaultMode: 420
name: metricscollector-template
name: metricscollector-template
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:48:44Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:50:58Z
message: ReplicaSet "studyjob-controller-56588dc6f9" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/3yQT4/TMBDF73yMOedftZfKtwLdC7BUIOCwqqqJM9k1sT2WPQmglb87cukfDpTbS8bz3rzfC2AwXykmwx4U0E8hX3Rql1VPgiuoYDJ+AAVvKVj+5cgLVOBIcEBBUC9gsSebipoSe0/SGG41u8C+PFYgY/2d+5oDRRSOkCvw6Og6GTA994xxgD+TFFCX8TTW3V0d9aqspEC6hAi5YFGo6H+fccs8/+Wi2QsaTzGBeiyfzmGp+QgtB2kLBo6j5R+HaZ3ai0fbo57ID7CvgPxy3D3Fvfvyenv//uO3w8Pmw/bzbvNmCxUsaGe6j+xK5mjIDp9ovOgdyjOoS4vm2j3nvK/AOHwq1k86FqbT3FM5qT7+T3WYe2t0K+PhjFYtXXPXdPA/wIGjnEufGOw4Cqh1t+7yvuQmiovRtNGaZy8PN3Hm/Oo3AAAA//8BAAD//0efFmxBAgAA"}'
creationTimestamp: 2018-10-02T16:48:32Z
generation: 1
labels:
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: tf-job-operator
name: tf-job-dashboard
namespace: kf-03-rc1
resourceVersion: "3522339"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/tf-job-dashboard
uid: ff41f716-c662-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
name: tf-job-dashboard
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
name: tf-job-dashboard
spec:
containers:
- command:
- /opt/tensorflow_k8s/dashboard/backend
env:
- name: KUBEFLOW_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: gcr.io/kubeflow-images-public/tf_operator:v0.3.0
imagePullPolicy: IfNotPresent
name: tf-job-dashboard
ports:
- containerPort: 8080
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: tf-job-dashboard
serviceAccountName: tf-job-dashboard
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:32Z
lastUpdateTime: 2018-10-02T16:48:32Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:32Z
lastUpdateTime: 2018-10-02T16:49:12Z
message: ReplicaSet "tf-job-dashboard-7777b6bf" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/5yRT4sbPQzG7+/H0Hmcybx7G+ghdLe3bEMLhbKEoDiarBvbMrZm2rL4uxdt/myhSQ+9yZb0ex5JL4DJfaFcHEfogX4IRY1LO3VbEuyggYOLO+jhnpLnn4GiQAOBBHcoCP0LeNySLxodCsdIMnPcWg6Joxb3IIP5xlvDiTIKZ6gNRAz0Z8ZMHfr0jP/DsaIktFp2GMz8zmTbaWtJZFUsU/LOYoG+a0AoJI9Cmrju7boi1N+IlqOgi5QL9E/6DAF19CdoOUl7GLc0eP7eynDpn03q1Rj0hT3vhYvsKGf9m951sG6A4vRKO+kvv25WH+83j4vlw+fV4v0DNDChH+lD5qAeBkd+94mGS7xCeYb+MtTsbS+11uYa95+QSls34ALuFbe3Wa94Htm8/heTxq13tpVhc15AP81nd7M53DqpmmE/BlryGOW42KDhyURLYlvLcXD7N8bxbY6NUNfqrFCenKWFtdr9+Hex8wEVs8R0+/7mJF1va9da//sFAAD//wEAAP//OKKFUCcDAAA="}'
creationTimestamp: 2018-10-02T16:48:32Z
generation: 1
labels:
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: tf-job-operator
name: tf-job-operator-v1alpha2
namespace: kf-03-rc1
resourceVersion: "6359001"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/tf-job-operator-v1alpha2
uid: ff3a9399-c662-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
name: tf-job-operator
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
name: tf-job-operator
spec:
containers:
- command:
- /opt/kubeflow/tf-operator.v2
- --alsologtostderr
- -v=1
env:
- name: MY_POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: MY_POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: gcr.io/kubeflow-images-public/tf_operator:v0.3.0
imagePullPolicy: IfNotPresent
name: tf-job-operator
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config
name: config-volume
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: tf-job-operator
serviceAccountName: tf-job-operator
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: tf-job-operator-config
name: config-volume
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:32Z
lastUpdateTime: 2018-10-02T16:48:32Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:32Z
lastUpdateTime: 2018-10-02T16:49:12Z
message: ReplicaSet "tf-job-operator-v1alpha2-5c5b4dcfdf" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/5xQPW/CQAzd+zM85xJSENDbKnWuOnWpGJzDpCfuS3dOoEX575UpQgx06WY9+334nQCTfadcbAyggY5MQebSjG1HjC1UsLdhCxpeKLn45SkwVOCJcYuMoE/gsCNXZMKUQMNovy1lqMBEn2IQggYTM4lWiSEQ1zY2t9s9su1gqiCgp6uEupAELAmNbPY7NZurbFq5LomM+GZKzhosoNsKmHxyyCSL/8W8n+PGz8TAaAPlAvrjBJh7GaBuLvceA/ZnbXWQp4eOciCmIogVRBk3FKZc0xF9clQHYthUYD32YtybLB0Jc+fiQZ3xotLQOWuac13NTTg9zuq2flTo0ieq+UL13WI5X60N/FFpipl/w19/eYuZQS9X66crB5OFaTNtKiiUR2vo2Zg4BH690840TQ8/AAAA//8BAAD//wptY55OAgAA"}'
creationTimestamp: 2018-10-02T16:48:44Z
generation: 1
labels:
app: vizier
app.kubernetes.io/deploy-manager: ksonnet
component: core
ksonnet.io/component: katib
name: vizier-core
namespace: kf-03-rc1
resourceVersion: "3522935"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/vizier-core
uid: 063eb5da-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: vizier
component: core
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: vizier
component: core
name: vizier-core
spec:
containers:
- args:
- ./vizier-manager
- -w
- kubernetes
- -i
- k-cluster.example.net
image: gcr.io/kubeflow-images-public/katib/vizier-core:v0.1.2-alpha-34-gb46378c
imagePullPolicy: IfNotPresent
name: vizier-core
ports:
- containerPort: 6789
name: api
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: vizier-core
serviceAccountName: vizier-core
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:48:44Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:50:26Z
message: ReplicaSet "vizier-core-5584ccbd8" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/5yQT4siMRDF7/sx3jn+aRqWJbde9Ka0a8uKLCLV3bVLsDvJJrEZR/LdhzgiMuNpTinqvV9VvVxAVv1m55XRkOCXwDrVfjJkNQfKIHBUuoXEjG1nzj3rAIGeA7UUCPKCjmrufKrIWkgM6lWxg0Bjemt0AiTaOk3yRmsOY2Umj9qRgqoRBTT1fB8wuiKp5S01qX/8O5rmI9dkyestN2mnY9uphjxkJhC4tx0FTsJXTnx2w8OuxuhASrPzkH8uYD1c3xuy3FW/Fod1WW4Oq6KqtuV6BoGBulNSA/uAKD64i8Wi3B7my9Vm9xRyJ/4MzYpN8bOo5g/GW6C4F1A9/Uut/uz/d/LHeDrO8fRrrXHhPcg918q4AJnn0+93oq3JKsR93McY47c3AAAA//8BAAD//1hF8o0xAgAA"}'
creationTimestamp: 2018-10-02T16:48:44Z
generation: 1
labels:
app: vizier
app.kubernetes.io/deploy-manager: ksonnet
component: db
ksonnet.io/component: katib
name: vizier-db
namespace: kf-03-rc1
resourceVersion: "3522652"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/vizier-db
uid: 062a3032-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: vizier
component: db
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: vizier
component: db
name: vizier-db
spec:
containers:
- env:
- name: MYSQL_ROOT_PASSWORD
value: test
- name: MYSQL_ALLOW_EMPTY_PASSWORD
value: "true"
- name: MYSQL_DATABASE
value: vizier
image: mysql:8.0.3
imagePullPolicy: IfNotPresent
name: vizier-db
ports:
- containerPort: 3306
name: dbapi
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:48:44Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:50:52Z
message: ReplicaSet "vizier-db-85f78bccf4" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/6SQvW7rMAyF9/sYnK04vgmSVHMfoFOXIgOtMC5hWSIkJv0J9O6FUsAI2iFDN0Lkd/DpXACFnylljgEs0LtSqHNuz11Pih00MHI4gIVHEh8/JgoKDUykeEBFsBfw2JPPdUIRsHDmT6YEDbg4SQwVsJBPw0BZOQYzJD7U2BxDIF1wbG8PR1TuoTQQcKI5zfzm6z4Luno0Hs1yZZLrKpiFXLVJJJ4dZrBdA0qTeFSqiz/L37W7sXAxKHKglMG+XIAnHCo4uFR/Pp56Ovr4Zq7v2cip9+zaawntj1R7Xi66xX+DXl7RrNZm6Neb1Xbn4H5ZEpN+C8w+TzEp2M129zDjKAxlX/allPLvCwAA//8BAAD//0IRPUgbAgAA"}'
creationTimestamp: 2018-10-02T16:48:44Z
generation: 1
labels:
app: vizier
app.kubernetes.io/deploy-manager: ksonnet
component: suggestion-grid
ksonnet.io/component: katib
name: vizier-suggestion-grid
namespace: kf-03-rc1
resourceVersion: "3522547"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/vizier-suggestion-grid
uid: 06144cd1-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: vizier
component: suggestion-grid
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: vizier
component: suggestion-grid
name: vizier-suggestion-grid
spec:
containers:
- image: gcr.io/kubeflow-images-public/katib/suggestion-grid:v0.1.2-alpha-34-gb46378c
imagePullPolicy: IfNotPresent
name: vizier-suggestion-grid
ports:
- containerPort: 6789
name: api
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:48:44Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:50:21Z
message: ReplicaSet "vizier-suggestion-grid-8547dbb55b" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/6yQPY8iMQyG+/sZricMcyDgUt8PuOqaFYUnmFlr8mElhv1A+e+rsBJC2i0otrOS93302BdA4f+UC6cIFuhVKba59OdhJMUBOpg5HsDCXxKf3gJFhQ4CKR5QEewFPI7kS5tQBCyc+Z0pQwcuBUmxFSyU0zRRUU7RZIyHFBq4pBhJF5z6++iMyiPUDiIGuvHMd4SWKIKuxeajWa5MdkOrFiHXjDKJZ4cF7NCBUhCPSu3jBxZ4wPDOxKWoyJFyAft0AQ44terkctt/Po109OnFXN+LkdPo2fXXU/RfuPa8XAyL3wa9PKNZrc00rjer7c7BI0eTlPVT4ub0L2UFu9nu/twAKAx1X/e11vrrAwAA//8BAAD//4L9p2YnAgAA"}'
creationTimestamp: 2018-10-02T16:48:44Z
generation: 1
labels:
app: vizier
app.kubernetes.io/deploy-manager: ksonnet
component: suggestion-random
ksonnet.io/component: katib
name: vizier-suggestion-random
namespace: kf-03-rc1
resourceVersion: "3522560"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/vizier-suggestion-random
uid: 061e6992-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: vizier
component: suggestion-random
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: vizier
component: suggestion-random
name: vizier-suggestion-random
spec:
containers:
- image: gcr.io/kubeflow-images-public/katib/suggestion-random:v0.1.2-alpha-34-gb46378c
imagePullPolicy: IfNotPresent
name: vizier-suggestion-random
ports:
- containerPort: 6789
name: api
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:48:44Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:44Z
lastUpdateTime: 2018-10-02T16:50:23Z
message: ReplicaSet "vizier-suggestion-random-d7c5cd68b" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
ksonnet.io/managed: '{"pristine":"H4sIAAAAAAAA/4xTS28bPQy8fz+DwHeTXwnaw96MvFogSY0E6SUICkbL3aiWRIHSbmIE+98L2o7jFu7jthoOR0Pu6BUwua8k2XGECuilUNTvPOlnj1RwBgaWLtZQwSklz6tAsYABj4/kM1Tan6CCZ5Zl4/l5ZDkWYe9JYDAQqGCNBZX43rLMHCOVseOJ5ZA4qmYFKC1rU8RAv5HcFHNCq4xlM5oej8TOtCsnsiqehFuhnE8Ja+8i3ZLlWGeoPk6nBoSSdxYzVDM99E6H/eRyYVlduuAKVLOpgUyebGFRwYDFPl3+y7zqoggWalfKVNjF9i7VWGij9HLbSavWjz78D0aBu4g9Oo+P/g0eDJRV0tPNTwKKU0j+Tezgav/ibrsjhdFFkgzV/asuXj9gpPzGtQETmEMie/UHA5ZDQI3G/cELHwxQ7NcXbP/o/Obiy7fr+dXZ7WJ+cgYGevQdnQsHNdU48vUNNZsx9kLZawjX1QWWJ6h2o4/fwzAMw4MBF3C9XU1SEv4+OeCr6o/Gs7FKrtmLzvsFe2dXUMHn5prLQihvQv7HIBaS4CIWx/GKclapjbtJTf1krzry3B7mv1177jyB+q9j3oEnvsuF5NxJVi9CuaCUXXnun3GVwUC2T1R3nuR647amBjtfRjtcOSS9szS3lrv3p/YrvhXY1vb8XghaWpA4rnev6Xg6DMPw3w8AAAD//wEAAP//Cl+3WUAEAAA="}'
creationTimestamp: 2018-10-02T16:48:37Z
generation: 1
labels:
app.kubernetes.io/deploy-manager: ksonnet
ksonnet.io/component: argo
name: workflow-controller
namespace: kf-03-rc1
resourceVersion: "3522377"
selfLink: /apis/extensions/v1beta1/namespaces/kf-03-rc1/deployments/workflow-controller
uid: 02123d8e-c663-11e8-8045-4c776d6a7a6c
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: workflow-controller
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: workflow-controller
spec:
containers:
- args:
- --configmap
- workflow-controller-configmap
command:
- workflow-controller
env:
- name: ARGO_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: argoproj/workflow-controller:v2.1.1
imagePullPolicy: IfNotPresent
name: workflow-controller
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: argo
serviceAccountName: argo
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: 2018-10-02T16:49:25Z
lastUpdateTime: 2018-10-02T16:49:25Z
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: 2018-10-02T16:48:37Z
lastUpdateTime: 2018-10-02T16:49:25Z
message: ReplicaSet "workflow-controller-96c998fd4" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
kind: List
metadata:
resourceVersion: ""
selfLink: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment