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
Copy file name to clipboardexpand all lines: content/advanced/310_servicemesh_with_istio/download.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ draft: false
8
8
Before we can get started configuring Istio we’ll need to first install the command line tools that you will interact with. To do this run the following.
Copy file name to clipboardexpand all lines: content/advanced/410_batch/workflow-simple.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ EoF
29
29
Now deploy the workflow using the argo CLI.
30
30
31
31
{{% notice note %}}
32
-
You can also run workflow specs directly using kubectl but the argo CLI provides syntax checking, nicer output, and requires less typing. For the equivalent `kubectl` commands, see [Argo CLI](https://argoproj.github.io/docs/argo/examples/readme.html#argo-cli).
32
+
You can also run workflow specs directly using kubectl but the argo CLI provides syntax checking, nicer output, and requires less typing. For the equivalent `kubectl` commands, see [Argo CLI](https://argoproj.github.io/argo-workflows/walk-through/argo-cli/#argo-cli).
Run these commands to uninstall Kubeflow from your EKS cluster
26
+
Next, delete all existing Kubeflow profiles.
27
+
28
+
```bash
29
+
kubectl get profile
30
+
kubectl delete profile --all
27
31
```
28
-
cd ${KF_DIR}
29
-
kfctl delete -V -f ${CONFIG_FILE}
32
+
33
+
You can delete a Kubeflow deployment by running the `kubectl delete` command on the manifest according to the deployment option you chose. For example, to delete a vanilla installation, run the following command:
Now that we have fairing installed, we will train a model authored in Python. The model will create a linear regression model that allows us to learn a function or relationship from a given set of continuous data. For example, we are given some data points of x and corresponding y and we need to learn the relationship between them that is called a hypothesis.
59
62
@@ -66,9 +69,13 @@ Now, lets use fairing and push the image into ECR which can be used for remote t
66
69
67
70
Before you run authenticate with ECR, change the region if needed. Run this cell and login so that you can perform ECR operations
0 commit comments