You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing out v3 from the git head via a pull from upstream to my local repo, and I've noticed that the location of the knife plugin has moved in the cluster_chef repo. Can you update the readme to add:
mkdir -p ~/.chef/plugins # probably not necessary, but I'm not 100% sure since I haven't re-built my chef install
cd .chef/plugins && \
ln -s $CLUSTER_CHEF/lib/chef/knife plugins
The text was updated successfully, but these errors were encountered:
I re-set my GEM_HOME and tried installing v3 from a fairly clean slate and it seemed to still require that ~/.chef/plugins/knife symlink to $CLUSTER_CHEF_DIR/lib/chef/knife.
The instructions make it seem like "bundle install" should do all of the work, but it doesn't appear to cause knife to find the cluster sub-commands.
What's the fix? I can't let my users rely on the gem. Since I have fixes that haven't gone into the gem and that don't appear to be on-track at the moment, I'm afraid that the method for not installing as a gem may bit-rot.
I'm testing out v3 from the git head via a pull from upstream to my local repo, and I've noticed that the location of the knife plugin has moved in the cluster_chef repo. Can you update the readme to add:
The text was updated successfully, but these errors were encountered: