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
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. See link:../../medical-diagnosis/cluster-sizing[sizing your cluster].
24
24
* A GitHub account and a token for it with repositories permissions, to read from and write to your forks.
25
-
. An S3-capable Storage set up in your public or private cloud for the x-ray images
26
-
. The Helm binary, see link:https://helm.sh/docs/intro/install/[Installing Helm]
25
+
* An S3-capable Storage set up in your public or private cloud for the x-ray images
26
+
* The Helm binary, see link:https://helm.sh/docs/intro/install/[Installing Helm]
27
27
For installation tooling dependencies, see link:https://validatedpatterns.io/learn/quickstart/[Patterns quick start].
28
28
29
29
[NOTE]
@@ -51,14 +51,14 @@ For information about creating the buckets on other cloud providers, see the fol
51
51
= Utilities
52
52
//AI: Update the use of community and VP post naming tier update
53
53
54
-
To use the link:https://github.com/validatedpatterns/utilities[utilities] that are available, export some environment variables for your cloud provider. For example:
54
+
To use the link:https://github.com/validatedpatterns/utilities[utilities] that are available, export some environment variables for your cloud provider.
55
55
56
-
or AWS:
56
+
.Example for AWS. Ensure that you replace values with your keys:
57
57
58
58
[source,terminal]
59
59
----
60
-
export AWS_ACCESS_KEY_ID=AKXXXXXXXXXXXXX # replace with your key
61
-
export AWS_SECRET_ACCESS_KEY=gkXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX # replace with your key
Create the S3 bucket and copy over the data from the validated patterns public bucket to the created bucket for your demo. You can do this on the cloud providers console or you can use the scripts that are provided in link:https://github.com/validatedpatterns/utilities[utilities] repository.
0 commit comments