Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Thu Aug 13 08:00:07 2020 +0200

    docs/faq: second example  for passing additional args to k3s
pull/667/head
iwilltry42 4 years ago
parent 360379f1f8
commit bb430501d3
  1. 2
      faq/faq/index.html
  2. 2
      search/search_index.json
  3. BIN
      sitemap.xml.gz

@ -686,7 +686,7 @@
<li>
<p>Solution: <code class="highlight">k3d cluster create --k3s-server-arg <span class="s1">&#39;--kube-apiserver-arg=feature-gates=EphemeralContainers=true&#39;</span></code></p>
<ul>
<li>Note: Be aware of where the flag require dashes (<code>--</code>) and where not.<ul>
<li>Note: Be aware of where the flags require dashes (<code>--</code>) and where not.<ul>
<li>the k3s flag (<code>--kube-apiserver-arg</code>) has the dashes</li>
<li>the kube-apiserver flag <code>feature-gates</code> doesn&rsquo;t have them (k3s adds them internally)</li>
</ul>

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save