Skip to content

Commit 7ff68e5

Browse files
committed
k8s, gcp updates
1 parent eafcf24 commit 7ff68e5

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

cli.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
- [jq](https://stedolan.github.io/jq/)
1010

11+
### My dotfiles
12+
13+
- [dotfiles](https://github.com/plutov/dotfiles)
14+
1115
### Watch Star Wars via Telnet
1216

1317
```

clickhouse.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Resources
44

55
- [Building Multi-Petabyte Data Warehouses with ClickHouse](https://www.percona.com/live/e17/sessions/building-multi-petabyte-data-warehouses-with-clickhouse)
6+
- [Graphite Monitoring](https://www.altinity.com/blog/2018/4/20/clickhouse-monitoring-with-graphite)
7+
- [Ultimate Helm Chart](https://github.com/plutov/clickhouse-helm)
68

79
## UI
810

coding-challenges.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Coding Challenges
2+
3+
- [AdventOfCode])(https://adventofcode.com)
4+
- [Practice Go](https://github.com/plutov/practice-go)

gcp.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way) - Kelsey Hightower
44
- [Google Cloud Platform Pricing Calculator](https://cloud.google.com/products/calculator/)
55
- [Icons set for your diagrams](https://cloud.google.com/icons/)
6+
67
## GKE
78

89
- [Resize PVC](https://kubernetes.io/blog/2018/07/12/resizing-persistent-volumes-using-kubernetes/)

k8s.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ kubectl create secret generic basic-auth --from-file=auth
5252
## Local Kubernetes Dashboard
5353

5454
```bash
55-
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
55+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
5656
kubectl proxy
5757
```

0 commit comments

Comments
 (0)