Harimbola Santatra
Harimbola Santatra
You didn't gave us enough information. - What command are you trying to run ? - Is the cluster running ? To find out: k3d cluster list kubectl cluster-info -...
Run the cluster first: `k3d cluster create mycluster`
Similar to #309, #238.
#10 address this issue partially
Maybe we can add the error and solution from #2166 to [the troubleshooting guide](https://github.com/flannel-io/flannel/blob/master/Documentation/troubleshooting.md).
> Seems like you don't have wlroots 0.18 available (either installed system-wide, or checked out as a subproject). wlroots is already installed. ``` root@vbox:/usr# yum install wlroots Updating and loading...
> i found the solution git clone -b tmp/workstation-17.5.2-k6.9.1 https://github.com/nan0desu/vmware-host-modules.git && cd vmware-host-modules/ && sudo make tarballs && sudo cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/ && sudo vmware-modconfig --console --install-all This...
@ufonduo It is the official replacement, mentioned in [this issue](https://github.com/rburgst/okhttp-digest/issues/71), at [github.com/rburgst](https://github.com/rburgst/okhttp-digest?tab=readme-ov-file#important) and at [mvnrepository](https://mvnrepository.com/artifact/io.github.rburgst/okhttp-digest).
> How about: > > ``` > buildscript.configurations.classpath.resolutionStrategy.force( 'com.burgstaller:okhttp-digest:1.10', 'io.github.rburgst:okhttp-digest:3.1.0') > ``` > > ... shorter... one-liner... @vidakovic There's a deprecation warning: ``` Deprecated Gradle features were used in this...
I can confirm that the current *develop* branch is successfully building the jar file. The affected version was *1.9* and *1.8.4*, so maybe it was fixed along the way.