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
* KUBEFLOW_NAMESPACE is used when deployed on Kubernetes, we use this variable to create other resources (e.g. the resource lock) internal in the same namespace. It is optional, use `default` namespace if not set.
53
+
- KUBEFLOW_NAMESPACE is used when deployed on Kubernetes, we use this variable to create other resources (e.g. the resource lock) internal in the same namespace. It is optional, use `default` namespace if not set.
54
54
55
55
### Create the TFJob CRD
56
56
@@ -83,11 +83,14 @@ On ubuntu the default go package appears to be gccgo-go which has problems see [
83
83
## Generate Python SDK
84
84
85
85
To generate Python SDK for the operator, run:
86
+
86
87
```
87
88
./hack/python-sdk/gen-sdk.sh
88
89
```
90
+
89
91
This command will re-generate the api and model files together with the documentation and model tests.
90
92
The following files/folders in `sdk/python` are auto-generated and should not be modified directly:
93
+
91
94
```
92
95
docs
93
96
kubeflow/training/models
@@ -99,15 +102,15 @@ test/*.py
99
102
100
103
### Python
101
104
102
-
* Use [yapf](https://github.com/google/yapf) to format Python code
103
-
*`yapf` style is configured in `.style.yapf` file
104
-
* To autoformat code
105
+
- Use [yapf](https://github.com/google/yapf) to format Python code
0 commit comments