Skip to content

Commit

Permalink
chore: restore app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Nov 3, 2023
1 parent 5793769 commit 9ec41d9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ cat install.sh | sudo bash -s airgap
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
Ubuntu 18.04
</li>
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
Ubuntu 20.04 (Docker version {'>'}= 19.03.10)
</li>
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
CentOS 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.1, 8.2, 8.3, 8.4 (CentOS 8.x requires Containerd)
</li>
Expand Down Expand Up @@ -224,6 +227,14 @@ cat install.sh | sudo bash -s airgap
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
UDP port 8472 open between cluster nodes
</li>}
{installerData && installerData.spec.weave && installerData.spec.weave.version &&
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
TCP ports 2379, 2380, 6443, 6783, 10250, 10257 and 10259 open between cluster nodes
</li>}
{installerData && installerData.spec.weave && installerData.spec.weave.version &&
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
UDP ports 6783 and 6784 open between cluster nodes
</li>}
{installerData && installerData.spec.antrea && installerData.spec.antrea.version &&
<li className="u-fontSize--small u-color--dustyGray u-fontWeight--medium u-lineHeight--normal">
{installerData.spec.antrea.isEncryptionDisabled ?
Expand Down Expand Up @@ -256,6 +267,8 @@ cat install.sh | sudo bash -s airgap
<AppVersionCard selectedSpec={selectedSpec} name={"kubernetes"} installerData={installerData.spec.kubernetes} whatYouGet={this.whatYouGet} />}
{installerData.spec.flannel &&
<AppVersionCard selectedSpec={selectedSpec} name={"flannel"} installerData={installerData.spec.flannel} whatYouGet={this.whatYouGet} />}
{installerData.spec.weave &&
<AppVersionCard selectedSpec={selectedSpec} name={"weave"} installerData={installerData.spec.weave} whatYouGet={this.whatYouGet} />}
{installerData.spec.antrea &&
<AppVersionCard selectedSpec={selectedSpec} name={"antrea"} installerData={installerData.spec.antrea} whatYouGet={this.whatYouGet} />}
{installerData.spec.contour &&
Expand All @@ -266,6 +279,8 @@ cat install.sh | sudo bash -s airgap
<AppVersionCard selectedSpec={selectedSpec} name={"minio"} installerData={installerData.spec.minio} whatYouGet={this.whatYouGet} />}
{installerData.spec.registry &&
<AppVersionCard selectedSpec={selectedSpec} name={"registry"} installerData={installerData.spec.registry} whatYouGet={this.whatYouGet} />}
{installerData.spec.docker &&
<AppVersionCard selectedSpec={selectedSpec} name={"docker"} installerData={installerData.spec.docker} whatYouGet={this.whatYouGet} />}
{installerData.spec.prometheus &&
<AppVersionCard selectedSpec={selectedSpec} name={"prometheus"} installerData={installerData.spec.prometheus} whatYouGet={this.whatYouGet} />}
{installerData.spec.containerd &&
Expand All @@ -278,6 +293,8 @@ cat install.sh | sudo bash -s airgap
<AppVersionCard selectedSpec={selectedSpec} name={"fluentd"} installerData={installerData.spec.fluentd} whatYouGet={this.whatYouGet} />}
{installerData.spec.openebs &&
<AppVersionCard selectedSpec={selectedSpec} name={"openebs"} installerData={installerData.spec.openebs} whatYouGet={this.whatYouGet} />}
{installerData.spec.longhorn &&
<AppVersionCard selectedSpec={selectedSpec} name={"longhorn"} installerData={installerData.spec.longhorn} whatYouGet={this.whatYouGet} />}
{installerData.spec.ekco &&
<AppVersionCard selectedSpec={selectedSpec} name={"ekco"} installerData={installerData.spec.ekco} whatYouGet={this.whatYouGet} />}
{installerData.spec.collectd &&
Expand Down

0 comments on commit 9ec41d9

Please sign in to comment.