-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 976 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style>
body{font-family:Arial,Helvetica,sans-serif;margin:0 auto;padding:16px;max-width:800px}
#titlearea{border-bottom:1px solid #ccc;font-size:17px;padding:10px 0}
#contentarea{font-size:15px;margin:16px 0}
#contentarea p{margin:5px 0;padding:5px 0}
</style>
</head>
<body>
<div id="titlearea">
<h2>Kubernetes - CKA</h2>
</div>
<div id="contentarea"><p><a href='Taints and Tolerations and Affinity.html'>Taints and Tolerations and Affinity</a></p><p><a href='A quick note on editing PODs and Deployments.html'>A quick note on editing PODs and Deployments</a></p><p><a href='Imperative Commands with kubectl.html'>Imperative Commands with kubectl</a></p><p><a href='Working with ETCDCTL.html'>Working with ETCDCTL</a> (etcdctl)</p></div>
</body>
</html>