Coder Social home page Coder Social logo

Comments (1)

jlewi avatar jlewi commented on August 11, 2024

Looks like K8s automatically adds the creationTimestamp to metadata so we don't have to.

  • apiVersion: mlkube.io/v1beta1
    kind: TfJob
    metadata:
    creationTimestamp: 2017-07-26T06:07:49Z
    labels:
    test.mlkube.io: ""
    name: gpu-load-test-job-6sfu
    namespace: default
    resourceVersion: "11348"
    selfLink: /apis/mlkube.io/v1beta1/namespaces/default/tfjobs/gpu-load-test-job-6sfu
    uid: c0678622-71c8-11e7-a0f8-42010a8e0021
    spec:
    RuntimeId: 5ryc
    replica_specs:
    • replicas: 1
      template:
      metadata:
      creationTimestamp: null
      spec:
      containers:
      - args:
      - --gpu
      env:
      - name: LD_LIBRARY_PATH
      value: /usr/local/cuda/lib64
      image: gcr.io/cloud/tf_smoke_cmle-375-20:latest
      name: tensorflow
      resources: {}
      securityContext:
      privileged: true
      volumeMounts:
      - mountPath: /dev/nvidia0
      name: dev-nvidia
      - mountPath: /dev/nvidiactl
      name: dev-nvidiactl
      - mountPath: /dev/nvidia-uvm
      name: dev-nvidia-uvm
      restartPolicy: OnFailure
      volumes:
      - hostPath:
      path: /dev/nvidia0
      name: dev-nvidia
      - hostPath:
      path: /dev/nvidiactl
      name: dev-nvidiactl
      - hostPath:
      path: /dev/nvidia-uvm
      name: dev-nvidia-uvm
      tf_port: 2222
      tf_replica_type: MASTER
      status:
      conditions: null
      controlPaused: false
      phase: Done
      reason: ""
      replicaStatuses:
    • ReplicasStates:
      Succeeded: 1
      state: Succeeded
      tf_replica_type: MASTER
      state: Succeeded

from training-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.