Skip to content

Commit 6b4f334

Browse files
author
Markus Napp
committed
Ignore MacOS specific files
1 parent c83d157 commit 6b4f334

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ build/
55
*.bak
66
*.orig
77
.directory
8+
.DS_Store
9+
.DS_Store?

xml/admin_kubernetes.xml

+2-26
Original file line numberDiff line numberDiff line change
@@ -28,41 +28,17 @@
2828
You can perform most of these actions while logged in to an SSH session on the master node of your &productname; cluster.
2929
</para>
3030
<para>
31-
One key exception is the use of <command>kubectl proxy</command> this requires kubectl to be installed on your local machine to act as a proxy between the local workstation and the remote cluster.
31+
One key exception is the use of <command>kubectl proxy</command> this requires <command>kubectl</command> to be installed on your local machine to act as a proxy between the local workstation and the remote cluster.
3232
</para>
3333

3434
<para>
35-
<screen>
36-
apiVersion: v1
37-
clusters:
38-
- cluster:
39-
certificate-authority: /etc/pki/trust/anchors/SUSE_CaaSP_CA.crt
40-
server: https://$caasp_master:6443
41-
name: default-cluster
42-
contexts:
43-
- context:
44-
cluster: default-cluster
45-
user: cluster-admin
46-
name: default-system
47-
current-context: default-system
48-
kind: Config
49-
preferences: {}
50-
users:
51-
- name: cluster-admin
52-
user:
53-
client-certificate: /etc/pki/kubectl-client-cert.crt
54-
client-key: /etc/pki/kubectl-client-cert.key
55-
</screen>
35+
To use kubectl to connect to a local machine you must do <xref linkend="auth.kubeconfig">Authentication against the &kube; master node</xref>
5636
</para>
5737

5838
<para>
5939

6040
</para>
6141
</sect1>
62-
63-
<sect1 xml:id="configuring.kubectl">
64-
<title>Configuring kubectl</title>
65-
</sect1>
6642

6743
<sect1 xml:id="installing.kube.dashboard">
6844
<title>Installing &kube; Dashboard</title>

0 commit comments

Comments
 (0)