Skip to content

Commit 9f92141

Browse files
authored
Move everything in docs to the top level. (#3)
1 parent 1599368 commit 9f92141

18 files changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@ This is a public repo, do not store service account names, project id's or other
44

55
## Web Applications
66

7-
- [How do I configure my gcloud CLI](docs/new-gcloud-profile.md)
8-
- [How do I create a new application and have it pushed to GCR](docs/new-application.md)
9-
- [How do I manually deploy my application to the dev cluster](docs/new-deployment.md)
7+
- [How do I configure my gcloud CLI](new-gcloud-profile.md)
8+
- [How do I create a new application and have it pushed to GCR](new-application.md)
9+
- [How do I manually deploy my application to the dev cluster](new-deployment.md)
1010
- [How do I auto deploy my application to a cluster](https://github.com/UWIT-IAM/gcp-k8)
11-
- [How do I serve HTTP/HTTPS traffic to/from my application](docs/edit-ingress.md)
12-
- [How do I serve static content js/css/html from a CDN](docs/edit-cdn.md)
11+
- [How do I serve HTTP/HTTPS traffic to/from my application](edit-ingress.md)
12+
- [How do I serve static content js/css/html from a CDN](edit-cdn.md)
1313

1414
## Application Administration
1515

16-
- [How do I view logs/stdout](docs/get-logs.md)
17-
- [Application Monitoring with Prometheus/Grafana/Alerts](docs/monitoring.md)
16+
- [How do I view logs/stdout](get-logs.md)
17+
- [Application Monitoring with Prometheus/Grafana/Alerts](monitoring.md)
1818

1919
## Cluster Administration
2020

21-
- [How do I get DNS resolving to a GKE cluster](docs/new-hostedzone.md)
22-
- [How do I enable TLS traffic into a GKE cluster](docs/new-ingress.md)
23-
- [How do I enable a cluster to pull from GCR](docs/new-imagepullsecret.md)
24-
- [How do I create a Load Balancer for CDN based buckets](docs/new-cdn.md)
25-
- [Create or edit secrets](docs/secrets.md)
21+
- [How do I get DNS resolving to a GKE cluster](new-hostedzone.md)
22+
- [How do I enable TLS traffic into a GKE cluster](new-ingress.md)
23+
- [How do I enable a cluster to pull from GCR](new-imagepullsecret.md)
24+
- [How do I create a Load Balancer for CDN based buckets](new-cdn.md)
25+
- [Create or edit secrets](secrets.md)
2626
- The naming conventions in use can be found by looking at the `/examples` dirctory.
2727

2828
### New Cluster Setup
2929

3030
Google Cloud Projects and GKE clusters are created by the UE team using Terraform. They are all in a GCP Shared VPC. Once they are created we are responsible with the workloads inside the cluster.
3131

3232
1. Get a cluster provisioned from UE and have cluster admin access.
33-
1. Get a simple basic [new application](docs/new-application.md) running.
34-
1. Create a [hosted zone](docs/new-hostedzone.md)
35-
1. Create a [TLS Ingress Service](docs/new-ingress.md)
36-
1. Enable the default k8 service account to [pull from GCR](docs/new-imagepullsecret.md)
33+
1. Get a simple basic [new application](new-application.md) running.
34+
1. Create a [hosted zone](new-hostedzone.md)
35+
1. Create a [TLS Ingress Service](new-ingress.md)
36+
1. Enable the default k8 service account to [pull from GCR](new-imagepullsecret.md)
3737

3838

3939
## Contributing

docs/edit-cdn.md edit-cdn.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/get-logs.md get-logs.md

File renamed without changes.

docs/monitoring.md monitoring.md

File renamed without changes.
File renamed without changes.

docs/new-cdn.md new-cdn.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/new-ingress.md new-ingress.md

File renamed without changes.
File renamed without changes.

docs/secrets.md secrets.md

File renamed without changes.

0 commit comments

Comments
 (0)