You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> kubectl logs tf-job-operator-6b964974b6-fbskz
flag provided but not defined: -controller-config-file
Usage of /opt/mlkube/tf_operator:
-alsologtostderr
log to standard error as well as files
-chaos-level int
DO NOT USE IN PRODUCTION - level of chaos injected into the TfJob created by the operator. (default -1)
-controller_config_file string
Path to file containing the controller config.
-gc-interval duration
GC interval (default 10m0s)
-log_backtrace_at value
when logging hits line file:N, emit a stack trace
-log_dir string
If non-empty, write log files in this directory
-logtostderr
log to standard error instead of files
-stderrthreshold value
logs at or above this threshold go to stderr
-v value
log level for V logs
-version
Show version and quit
-vmodule value
comma-separated list of pattern=N settings for file-filtered logging
Last tfjob operator version that does not create an error is the following:
On deployment with helm
helm install $CHART -n tf-job --wait --replace --set rbac.install=true,cloud=gke
observed the following error from tf job operator
Last tfjob operator version that does not create an error is the following:
https://storage.googleapis.com/tf-on-k8s-dogfood-releases/v20180108-190394d-dirty-e3b0c44/tf-job-operator-chart-0.2.0-v20180108-190394d-dirty-e3b0c44.tgz
Related to #290 @jlewi @gaocegege
The text was updated successfully, but these errors were encountered: