coderanger / kitchen-kubernetes

A Test Kitchen driver for testing on top of a Kubernetes cluster.
Apache License 2.0
29 stars 10 forks source link

Installation issue #3

Closed HarryYC closed 6 years ago

HarryYC commented 6 years ago

When I try $ chef gem install kitchen-kubernetes It returns error:

ERROR: Could not find a valid gem 'kitchen-kubernetes' (>= 0) in any repository ERROR: Possible alternatives: kitchen-kerberos, kitchen-vcenter, resque-kubernetes, kitchen-cabinet, kitchen-puppet

And I also tried chef gem build kitchen-kubernetes.gemspec && chef gem install kitchen-kubernetes-1.0.0.gem then change drive to kubernetes but kitchen doesn't recognize the driver. Any idea about how to install it correctly? Thanks.

Chef Development Kit Version: 1.2.20 chef-client version: 12.18.31

HarryYC commented 6 years ago

removed all old version and then do: chef gem build kitchen-kubernetes.gemspec && chef gem install kitchen-kubernetes-1.0.0.gem solved the problem.