I am currently running a local K8s server in my Docker instance (Windows-based machine) and am trying to install the rabbitmq kubectl plugin according to the instructions in the official documentation:
https://www.rabbitmq.com/kubernetes/operator/kubectl-pluginHowever, I am regretfully not able to install the plugin into my device, with the error being the following:
> kubectl krew install rabbitmq
Updated the local copy of plugin index.
Installing plugin: rabbitmq
W0827 13:53:32.505542 26564 install.go:164]
failed to install plugin "rabbitmq": plugin "rabbitmq" does not offer installation for this platformfailed to install some plugins: [rabbitmq]: plugin "rabbitmq" does not offer installation for this platform
Error: exit status 1
Does anyone know the reason for this? Having this plugin is not a must for my local setup, but I am surprised to see that the documentation has no mention of the supported platforms. In my understanding, the platform meant here is the platform in which the kubectl command is located, in this case my Windows machine.
I would be grateful for any suggestions. Since I am a beginner, it could be that I have not mentioned important details required to understand the problem better. In that case, please do not hesitate do let me know and I will provide the necessary details.