adjust docker image name
This commit is contained in:
parent
a3c2c3203c
commit
c081a57cf5
|
@ -46,7 +46,7 @@ $ make deploy
|
|||
$ make docker-build
|
||||
|
||||
# load the image into Kind cluster
|
||||
$ kind load docker-image seaweedfs/operator:v0.0.1
|
||||
$ kind load docker-image chrislusf/seaweedfs-operator:v0.0.1
|
||||
|
||||
# From another terminal in the same directory
|
||||
$ kubectl apply -f config/samples/seaweed_v1_seaweed.yaml
|
||||
|
@ -62,7 +62,7 @@ $ kubectl delete namespace seaweedfs-operator-system
|
|||
$ make docker-build
|
||||
|
||||
# load the image into Kind cluster
|
||||
$ kind load docker-image seaweedfs/operator:v0.0.1
|
||||
$ kind load docker-image chrislusf/seaweedfs-operator:v0.0.1
|
||||
|
||||
# register the CRD with the Kubernetes
|
||||
$ make deploy
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="CheckStyle-IDEA-Module">
|
||||
<option name="configuration">
|
||||
<map />
|
||||
</option>
|
||||
</component>
|
||||
<component name="Go" enabled="true" />
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
|
|
Loading…
Reference in New Issue