Skip to content

Commit

Permalink
Corrected the local env setup command
Browse files Browse the repository at this point in the history
Additionally, also updated .gitignore with the generated files

Signed-off-by: Saravanan KR <[email protected]>
  • Loading branch information
Saravanan KR committed Nov 15, 2017
1 parent ab91477 commit e52059c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ vendor/*
!vendor/vendor.json
.idea
*.iml
cmd/fake-dnsmasq-process/fake-dnsmasq*
cmd/fake-qemu-process/fake-qemu*
cmd/virt-manifest/virt-manifest*
cmd/virt-controller/virt-controller*
cmd/virt-launcher/virt-launcher*
cmd/virt-handler/virt-handler*
cmd/virt-api/virt-api*
cmd/virtctl/virtctl*
cmd/virt-dhcp/virt-dhcp*
tools/openapispec/openapispec
manifests/*.yaml
**/bin
Expand Down
1 change: 1 addition & 0 deletions docs/dev-env-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ cat > hack/config-local.sh <<EOF
primary_nic=ens3
primary_node_name=kubdev
docker_tag=latest
EOF
make manifests docker
```

Expand Down

0 comments on commit e52059c

Please sign in to comment.