Ahmed Muawia Khan
8c1ee8329e
Problem: Typo with get kube-dns IP ( #2181 )
2018-04-05 17:56:30 +02:00
Ahmed Muawia Khan
5162a0a163
Problem: Invalid command to get kube-dns IP
2018-03-27 19:44:00 +02:00
Ahmed Muawia Khan
a047838ec3
Problem: argument not parsed properly while generating configs
...
Solution: Handle all the positional arguments using curly braces
2018-03-27 16:44:45 +02:00
Ahmed Muawia Khan
339078ae68
Address comments
...
- remove confusion between NODE-IP<->CLUSTER-IP just replace with IP
- remove confusion between node<->cluster just replace with Kubernetes
cluster
2018-03-26 15:37:05 +02:00
Ahmed Muawia Khan
757b4fc14c
Remove cluster-dns
2018-03-20 19:34:01 +01:00
Ahmed Muawia Khan
0125368d8e
Problem: K8s deployment with Access Token Authorization expects Access Token for GET calls and others ( #2134 )
...
* Fix for access token authorization for GET calls
- Naming inconsistency for cluster-fqdn causing issues
- Change cluster-frontend-port to node-frontend-port
* Change hardcoded 9984 to configurable
2018-03-15 16:20:15 +01:00
Ahmed Muawia Khan
4c6ac6bd19
Update production deployment template after v1 automation
2018-02-27 13:26:51 +01:00
Shahbaz Nazir
517ece3be5
uncomment
...
Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>
2018-02-27 02:45:27 +01:00
Shahbaz Nazir
d69c75ee93
fixes for k8s deployment automation
...
Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>
2018-02-27 02:40:59 +01:00
Shahbaz Nazir
582025ba3d
Problem: nginx k8s deployment missing parameters ( #2102 )
2018-02-26 19:11:28 +01:00
Ahmed Muawia Khan
d0874ccf9a
Merge pull request #2101 from muawiakh/mongodb-container-update
...
Add support for optional users in MongoDB user creation
2018-02-26 18:42:42 +01:00
Shahbaz Nazir
5a4378dbb5
fixes for deployment script ( #2100 )
2018-02-26 18:00:04 +01:00
Ahmed Muawia Khan
8835fd5fd7
Add support for optional users in MongoDB user creation
2018-02-26 17:54:07 +01:00
Shahbaz Nazir
c2e9dd6e1c
Problem: Automate k8s deployment configs & secretes ( #2096 )
...
We manually add all the required configurations and secretes in config-map.yaml and secret.yaml. There is a need for a wrapper script which takes these generated mongodb certs and also process https certificates and populates config-map.yaml and secret.yaml
2018-02-26 16:25:13 +01:00
Ahmed Muawia Khan
d85396b220
Check if kubectl is installed otherwise exit
2018-02-26 15:07:27 +01:00
Ahmed Muawia Khan
d977753831
Automate MongoDB user creation for prod/test deployments
...
- Currently, we had to manually log into the MongoDB container
and create users, this change will configure the relevant users
from a single script `configure_mdb.sh`
- Improvements can be done but keeping it minimal for the workshop
2018-02-26 03:37:43 +01:00
Ahmed Muawia Khan
55f212d885
Certificate generation script for k8s deployment
2018-02-21 19:18:24 +01:00