-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8172 from OpenMined/remove-old-helm-versions
Remove old helm versions
- Loading branch information
Showing
43 changed files
with
46 additions
and
28 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,11 +57,31 @@ domain_client = sy.login(port=8080, email="[email protected]", password="change | |
|
||
## Deploy Kubernetes Helm Chart | ||
|
||
**Note**: Assuming we have a Kubernetes cluster already setup. | ||
|
||
#### 1. Add and update Helm repo for Syft | ||
|
||
```sh | ||
$ helm repo add openmined https://openmined.github.io/PySyft/helm | ||
$ helm repo update openmined | ||
``` | ||
|
||
#### 2. Search for available Syft versions | ||
|
||
```sh | ||
$ helm search repo openmined/syft --versions --devel | ||
``` | ||
|
||
#### 3. Set your preferred Syft Chart version | ||
|
||
```sh | ||
SYFT_VERSION="<paste the chart version number>" | ||
``` | ||
|
||
#### 4. Provisioning Helm Charts | ||
|
||
```sh | ||
$ kubectl create namespace syft | ||
$ SYFT_VERSION="0.8.2-beta.26" | ||
$ helm pull oci://registry-1.docker.io/openmined/syft --version $SYFT_VERSION | ||
$ helm install my-domain "./syft-$SYFT_VERSION.tgz" --namespace syft --create-namespace | ||
$ helm install my-domain openmined/syft --version $SYFT_VERSION --namespace syft --create-namespace | ||
``` | ||
|
||
### Azure or GCP Ingress | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.