-
Notifications
You must be signed in to change notification settings - Fork 205
issue 283: fix freeze 'master: SSH auth method: private key', fix 'sy… #284
base: master
Are you sure you want to change the base?
Conversation
…stem:coredns' is forbidden and fix empty temp/coredns-deployment.yaml WIndows 10 Home, VirtualBox 5.2.8, Vagrant 2.0.2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Abyss89 thank you for this PR. If it is still relevant, could you please rebase onto master
and fix the conflicts?
@@ -166,6 +166,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |||
# in CoreOS, so tell Vagrant that so it can be smarter. | |||
v.check_guest_additions = false | |||
v.functional_vboxsf = false | |||
v.customize ["modifyvm", :id, "--paravirtprovider", "minimal"] # fix freeze "vagrant up" on master: SSH auth method: private key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now in master
, so please remove it.
# - kind: ServiceAccount | ||
# name: coredns | ||
# namespace: kube-system | ||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disabling RBAC objects doesn't seem right. Why did you do this?
system "#{__dir__}/plugins/dns/coredns/deploy.sh 10.100.0.10/24 #{DNS_DOMAIN} #{__dir__}/plugins/dns/coredns/coredns.yaml.sed > #{__dir__}/temp/coredns-deployment.yaml" | ||
system "cp #{__dir__}/plugins/dns/coredns/coredns-deployment.yaml #{__dir__}/temp/coredns-deployment.yaml" # copying a manually compiled file | ||
# don't work, why?? | ||
#system "#{__dir__}/plugins/dns/coredns/deploy.sh 10.100.0.10/24 #{DNS_DOMAIN} #{__dir__}/plugins/dns/coredns/coredns.yaml.sed > #{__dir__}/temp/coredns-deployment.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, explain this.
…stem:coredns' is forbidden and fix empty temp/coredns-deployment.yaml