GitBook: [master] 2 pages modified

This commit is contained in:
Chris Busch
2021-02-11 17:42:58 +00:00
committed by gitbook-bot
parent 1009cda6a9
commit 2417463038
2 changed files with 37 additions and 31 deletions

View File

@@ -172,6 +172,12 @@ Localizing the Helm charts for AWS is a critical step. Editing the following fil
### Deploy Controller to AWS ### Deploy Controller to AWS
Local Kubeconfig is associated to the AWS service to enable Helm control of EKS resources by entering the following:
```text
aws eks update-kubeconfig --region $your_aws_region --name cloudsdk
```
With all dependencies met, certificates created and in place, using Helm and the authenticated session to AWS, execute the following: With all dependencies met, certificates created and in place, using Helm and the authenticated session to AWS, execute the following:
```text ```text

View File

@@ -7,7 +7,7 @@ description: TIP Controller Local Deployment
## Base System ## Base System
Microk8s deployment is considered experimental as there remain certain UI to Ingress SSL related issues as of Release 1.0 candidate. Microk8s deployment is considered experimental as there remain certain UI to Ingress SSL related issues as of Release 1.0 candidate.
API services, database, message bus and ability to adjust Kubernetes POD performance parameters are all possible with this system which may be useful to the Community. API services, database, message bus and ability to adjust Kubernetes POD performance parameters are all possible with this system which may be useful to the Community.
A snap capable operating system is required for microk8s installation. A snap capable operating system is required for microk8s installation.
TIP Controller has been installed on an Ubuntu 20 system with 32Gb memory, 500Gb disk and Gigabit Ethernet network interface with a user account tip created. TIP Controller has been installed on an Ubuntu 20 system with 32Gb memory, 500Gb disk and Gigabit Ethernet network interface with a user account tip created.
@@ -103,13 +103,13 @@ Within the following files, ensure the FQDN \(Fully Qualified Domain Name\) base
* mqtt-server.cnf * mqtt-server.cnf
`commonName_default = opensync-mqtt-broker.FQDN` `commonName_default = opensync-mqtt-broker.FQDN`
* openssl-server.cnf * openssl-server.cnf
`DNS.1 = opensync-redirector.FQDN` `DNS.1 = opensync-redirector.FQDN`
`DNS.2 = opensync-controller.FQDN` `DNS.2 = opensync-controller.FQDN`
Once complete generate the service certificates and copy these to the controller. Once complete generate the service certificates and copy these to the controller.