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
For this demonstration to work, you will require various [third party accounts](#third-party-accounts).
@@ -55,17 +55,17 @@ It is important to create your [Github](./docs/files/github/readme.md) account b
55
55
Hopefully you have already created the [Third Party Accounts](#third-party-accounts) required.
56
56
Before you begin, simply realize that you'll be building a local container to run terraform scripts, that in turn create the remote Kubernetes cluster on Digital Ocean.
57
57
58
-
(1) Create a local directory for development, and then fork this repo to it. https://github.com/mariadb-pieterhumphrey/docker-operator/
58
+
(1) Create a local directory for development, and then fork this repo to it. [https://github.com/mariadb-developers/docker-operator](https://github.com/mariadb-developers/docker-operator)
59
59
60
60
Then [fork](./docs/files/github/fork.md) the remaining repositories that support the main one.
61
61
62
62
(2) You may want to change a few settings in your your newly forked docker-operator repo, regarding how Terraform will create the target DO K8s cluster. You can find the reference values for region, droplet (virtual machine) and Kubernetes versions [here on Digital Ocean's documentation](https://slugs.do-api.dev/).
63
63
64
-
The [cluster.tf](https://github.com/mariadb-pieterhumphrey/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf) file is what controls the K8s deployment parameters, and is where you make edits.
64
+
The [cluster.tf](https://github.com/mariadb-developers/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf) file is what controls the K8s deployment parameters, and is where you make edits.
65
65
66
-
* RECOMMENDED: Change Region setting at [Line 3](https://github.com/mariadb-pieterhumphrey/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L3).
67
-
* RECOMMENDED: Check Digitial Ocean's K8s version slug at [Line 6](https://github.com/mariadb-pieterhumphrey/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L6) for currency/accuracy, as DO changes it frequently.
68
-
* OPTIONAL: K8s node pool size / resource allocation at [line 11](https://github.com/mariadb-pieterhumphrey/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L11).
66
+
* RECOMMENDED: Change Region setting at [Line 3](https://github.com/mariadb-developers/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L3).
67
+
* RECOMMENDED: Check Digitial Ocean's K8s version slug at [Line 6](https://github.com/mariadb-developers/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L6) for currency/accuracy, as DO changes it frequently.
68
+
* OPTIONAL: K8s node pool size / resource allocation at [line 11](https://github.com/mariadb-developers/docker-operator/blob/main/terraform/modules/kdrDemo/cluster.tf#L11).
69
69
70
70
Note that [DO's node pool slugs documentation](https://docs.digitalocean.com/reference/terraform/reference/resources/kubernetes_node_pool/) is in a different location.
71
71
@@ -157,7 +157,7 @@ If you want to contact me you can reach me at [email protected].
157
157
158
158
<!--- If you're not sure which open license to use see https://choosealicense.com/--->
159
159
160
-
This project uses the following license: [MIT](https://github.com/mariadb-kester/docker-operator/blob/main/LICENSE).
160
+
This project uses the following license: [MIT](https://github.com/mariadb-developers/docker-operator/blob/main/LICENSE).
0 commit comments