This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ################### | |
| ## SAMPLE OUTPUT ## | |
| ################### | |
| : <<'END' | |
| Press Ctrl-C to exit at any point | |
| Please enter a name for this cluster: prod1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Installs the ArangoDB Operator into a Kubernetes cluster | |
| LOCAL_STORAGE_YAML="\ | |
| apiVersion: storage.arangodb.com/v1alpha | |
| kind: ArangoLocalStorage | |
| metadata: | |
| name: example-arangodb-storage | |
| spec: | |
| storageClass: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| html, body { width: 100%; height: 100%; margin: 0; padding: 0; } | |
| body { position: relative; } | |
| div { position: relative; margin: auto; width: fit-content; margin-top: calc(50vh - 200px); } | |
| </style> | |
| </head> | |
| <body> |
NewerOlder