Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

pwright/skupper-solution-pattern

Repository files navigation

Solution Patterns for Skupper

Status: In development

Requirments:

  • Ability to create a namespace in cluster

  • Access to a second cluster, eg crc

Notes:

To edit these walkthroughs, only edit the file modules/ROOT/pages/_partials/walkthrough-body.adoc.

To rebuild the website and walkthroughs, you require ruby asciidoctor and antora/node:

  1. Install plantuml:

    npm install
  2. Run the following command:

    make render
  3. Commit and push changes.