mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Update contribution guide and add details to k8s dashboard node
- Removes old references in the contribution guide and updates the verbage to be more specific - The k8s dashboard node was empty so added enough detail for someone to make use of it
This commit is contained in:
parent
bf70acc0ac
commit
4a5423720b
@ -656,7 +656,7 @@
|
||||
"type": "guide",
|
||||
"z": "c86af370eff94afa",
|
||||
"name": "Deploy and Access the Kubernetes Dashboard",
|
||||
"info": "# Description\n\n# Resources\n\n# Unicorn SME(s)\n",
|
||||
"info": "# Description\n> \"Dashboard is a web-based Kubernetes user interface. You can use Dashboard to deploy containerized applications to a Kubernetes cluster, troubleshoot your containerized application, and manage the cluster resources. You can use Dashboard to get an overview of applications running on your cluster, as well as for creating or modifying individual Kubernetes resources (such as Deployments, Jobs, DaemonSets, etc). For example, you can scale a Deployment, initiate a rolling update, restart a pod or deploy new applications using a deploy wizard.\"\n\n# Recommended Reading\n- [K8s Web UI Dashboard Guide](https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/)\n\n# Install and Access\n- From your terminal run `kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.1/aio/deploy/recommended.yaml` to deploy the dashboard.\n- Follow the [User Creation](https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md) instructions to create an account to access the dashboard.\n- Once you have the bearer token run `kubectl proxy` and head to the [dashboard login screen](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/) where you can supply the token and access the dashboard\n\n# Unicorn SME(s)\n",
|
||||
"x": 740,
|
||||
"y": 200,
|
||||
"wires": [
|
||||
|
@ -5,8 +5,8 @@ The Guides are crowd sourced and contributions should be made with the overarchi
|
||||
At the simplest level:
|
||||
|
||||
1. Run Sparkles Guide
|
||||
2. Make an update in the UI (i.e. new flow, new topic, new material, etc...)
|
||||
3. Save the flow (by clicking the "Deploy" button, until issue #5 is resolved)
|
||||
2. Make an update in the UI (i.e. new flow, new topic, new material, etc...), existing nodes can be edited by double clicking them.
|
||||
3. Save the flow (by clicking the "Save Changes" button)
|
||||
4. commit and push your changes (which are saved in data/flows.json)
|
||||
|
||||
## Conventions and Guidelines
|
||||
|
Loading…
x
Reference in New Issue
Block a user