This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: extensions/v1beta1 | |
kind: Deployment | |
metadata: | |
name: mnist | |
spec: | |
replicas: 1 | |
template: | |
metadata: | |
labels: | |
app: mnist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: gke-k8s-gpu-cluster-default-pool-8c2e8cc0-dv3l | |
Roles: <none> | |
Labels: beta.kubernetes.io/arch=amd64 | |
beta.kubernetes.io/fluentd-ds-ready=true | |
beta.kubernetes.io/instance-type=n1-standard-2 | |
beta.kubernetes.io/os=linux | |
cloud.google.com/gke-nodepool=default-poo/l | |
failure-domain.beta.kubernetes.io/region=us-central1 | |
failure-domain.beta.kubernetes.io/zone=us-central1-a | |
kubernetes.io/hostname=gke-k8s-gpu-cluster-default-pool-8c2e8cc0-dv3l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: gke-k8s-gpu-cluster-pool-1-794b5c7f-40fs | |
Roles: <none> | |
Labels: beta.kubernetes.io/arch=amd64 | |
beta.kubernetes.io/fluentd-ds-ready=true | |
beta.kubernetes.io/instance-type=n1-standard-2 | |
beta.kubernetes.io/os=linux | |
cloud.google.com/gke-accelerator=nvidia-tesla-k80 | |
cloud.google.com/gke-nodepool=pool-1 | |
failure-domain.beta.kubernetes.io/region=us-central1 | |
failure-domain.beta.kubernetes.io/zone=us-central1-a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/lib/python2.7/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`. | |
from ._conv import register_converters as _register_converters | |
WARNING:tensorflow:From mnist_deep.py:128: read_data_sets (from tensorflow.contrib.learn.python.learn.datasets.mnist) is deprecated and will be removed in a future version. | |
Instructions for updating: | |
Please use alternatives such as official/mnist/dataset.py from tensorflow/models. | |
WARNING:tensorflow:From /usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/datasets/mnist.py:260: maybe_download (from tensorflow.contrib.learn.python.learn.datasets.base) is deprecated and will be removed in a future version. | |
Instructions for updating: | |
Please write your own downloading logic. | |
WARNING:tensorflow:From /usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/datasets/base.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/lib/python2.7/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`. | |
from ._conv import register_converters as _register_converters | |
WARNING:tensorflow:From mnist_deep.py:128: read_data_sets (from tensorflow.contrib.learn.python.learn.datasets.mnist) is deprecated and will be removed in a future version. | |
Instructions for updating: | |
Please use alternatives such as official/mnist/dataset.py from tensorflow/models. | |
WARNING:tensorflow:From /usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/datasets/mnist.py:260: maybe_download (from tensorflow.contrib.learn.python.learn.datasets.base) is deprecated and will be removed in a future version. | |
Instructions for updating: | |
Please write your own downloading logic. | |
WARNING:tensorflow:From /usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/datasets/base.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: mnist-7474cc8698-b6868 | |
Namespace: default | |
Node: <none> | |
Labels: app=mnist | |
pod-template-hash=3030774254 | |
Annotations: kubernetes.io/limit-ranger=LimitRanger plugin set: cpu request for container mnist | |
Status: Pending | |
IP: | |
Controlled By: ReplicaSet/mnist-7474cc8698 | |
Containers: |