node
node copied to clipboard
Some steps missing in doc <Dev Environment: "Single" configuration>
Is your feature request related to a problem? Please describe.
I try to do some experiments under the guidance of doc <Dev Environment: "Single" configuration> (https://github.com/ovrclk/akash/tree/master/_run/single). An error occured when i try
ro 'Run local network' (using command 'make kustomize-install-node'), error as belows:
Describe the solution you'd like update the instructions.
Describe alternatives you've considered
It seems 'docker-image.yaml' was not generated successfully. I checked Makefiles and found below command can create 'docker-image.yaml':
DOCKER_IMAGE=kubeedge/edge-app-1:v1.0.0 make kind-configure-image
But error still occured when 'Run local network', error as belows:
Additional context