File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ The following flags are supported for the `oci` protocol:
54
54
Example how to create a snapshot to an OCI image registry:
55
55
``` bash
56
56
vcluster snapshot my-vcluster " oci://ghcr.io/my-user/my-repo:my-tag"
57
-
58
- # with custom credentials
59
- export OCI_USERNAME=my-username
60
- export OCI_PASSWORD=my-password
61
- vcluster snapshot my-vcluster " oci://ghcr.io/my-user/my-repo:my-tag?username=$OCI_USERNAME &password=$OCI_PASSWORD "
62
57
```
63
58
64
59
#### s3
@@ -74,12 +69,6 @@ The following flags are supported for the `s3` protocol:
74
69
Example how to create a snapshot to an s3 compatible bucket:
75
70
``` bash
76
71
vcluster snapshot my-vcluster " s3://my-s3-bucket/my-bucket-key"
77
-
78
- # with custom credetials
79
- export AWS_ACCESS_KEY_ID=my-access-key-id
80
- export AWS_SECRET_ACCESS_KEY=my-secret-access-key
81
- export AWS_SESSION_TOKEN=my-session-token
82
- vcluster snapshot my-vcluster " s3://my-s3-bucket/my-bucket-key?access-key-id=$AWS_ACCESS_KEY_ID &secret-access-key=$AWS_SECRET_ACCESS_KEY &session-token=$AWS_SESSION_TOKEN "
83
72
```
84
73
85
74
#### container
You can’t perform that action at this time.
0 commit comments