Skip to content

Commit

Permalink
Merge pull request #632 from SUSE/eirini-feature-updates
Browse files Browse the repository at this point in the history
Update list of limitations on Eirini
  • Loading branch information
btat authored Dec 3, 2019
2 parents af76d91 + 361fb75 commit 2576a49
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions xml/cap_depl_eirini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,47 +35,12 @@
functionality. These are outlined below:
</para>
<itemizedlist>
<listitem>
<para>
As of &scf; 2.18.0, <command>cf push</command> with Eirini does not work on
&eks-full; and &gke-full; by default. To get <command>cf push</command> to work with
&eks-full; and &gke;, you need to apply
a workaround of deleting a webhook by doing the following:
</para>
<screen>&prompt.user;kubectl delete mutatingwebhookconfigurations eirini-x-mutating-hook-eirini</screen>
<para>
Deleting the webhook means that the <literal>eirini-persi</literal> service
would not be available. Note that this workaround is not needed on &aks-full;.
</para>
</listitem>
<listitem>
<para>
Currently, Eirini is only compatible with the <literal>cflinuxfs3</literal> stack.
</para>
</listitem>
<listitem>
<para>
<command>cf ssh</command> to applications is currently not working. As an
alternative, SSH into the application pods via <command>kubectl</command>.
</para>
</listitem>
<listitem>
<para>
Restarting a cluster may result in the loss of application logs.
</para>
</listitem>
<listitem>
<para>
Air gapped environments or usage of manual certificates are currently not
supported.
</para>
</listitem>
<listitem>
<para>
Eirini is not compatible with &kube; environments running CRI-O at this
time. Please use &docker; runtime instead for now.
</para>
</listitem>
</itemizedlist>
</warning>

Expand Down

0 comments on commit 2576a49

Please sign in to comment.