From 020cb10f623309582e1948d3b0c6c19310e01c6e Mon Sep 17 00:00:00 2001 From: gopaddle <74309181+gopaddle-io@users.noreply.github.com> Date: Wed, 25 Jan 2023 17:30:55 -0500 Subject: [PATCH] Edited the readme to resize the image --- packages/gopaddle/gopaddle-lite/overlay/app-readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/gopaddle/gopaddle-lite/overlay/app-readme.md b/packages/gopaddle/gopaddle-lite/overlay/app-readme.md index a2b379ffb..21047a174 100644 --- a/packages/gopaddle/gopaddle-lite/overlay/app-readme.md +++ b/packages/gopaddle/gopaddle-lite/overlay/app-readme.md @@ -27,11 +27,11 @@ kubectl patch node $node -p '{"metadata": {"labels":{"topology.kubernetes.io/zon ``` b) Create default storageClass. -Create a storageClass named `standard` from the Rancher Dashboard https:///dashboard/c/local/explorer/storage.k8s.io.storageclass. +Create a storageClass named `standard` from the Rancher Dashboard https://rancher-endpoint/dashboard/c/local/explorer/storage.k8s.io.storageclass. In case of AWS, create an Amazon EBS Disk. -![AWS-EBS](https://user-images.githubusercontent.com/74309181/211659744-adde9594-5a33-4fea-8578-b9347142ba1c.png) + Patch the storageClass `standard` and add the `is-default-class` annotation to make it the default storageClass. @@ -41,11 +41,11 @@ kubectl patch storageclass standard -p '{"metadata": {"annotations":{"storagecla c) Open INBOUND firewall ports 30003 and 30004. If RKE is installed on AWS, then open the ports 30003 and 30004 in the instance security group. -Once the gopaddle chart is installed, the dashboard can be accessed at http://:30003 +Once the gopaddle chart is installed, the dashboard can be accessed at http://node_ip:30003 ### Support URL -[Slack](https://gopaddleio.slack.com/join/shared_invite/zt-1l73p8wfo-vYk1XcbLAZMo9wcV_AChvg#/shared-invite/email/expanded-email-form) +[![Slack Channel](https://img.shields.io/badge/Slack-Join-purple)](https://gopaddleio.slack.com/join/shared_invite/zt-1l73p8wfo-vYk1XcbLAZMo9wcV_AChvg#/shared-invite/email/expanded-email-form) ### Documentation