randywatson1979
randywatson1979
My only workaround is: - set replicaset of mysql-operator to 0 - delete the mysqlcluster statefullset - set replicaset of mysql-operator to 1 - apply the mysql-cluster yaml Not pretty...
It was quite scary because I thought my clusterbackup was corrupt, but it was not the case. In my case the first node has everything ready except the mysql pod...
Nice job! I was also looking for this fearure to implement in a release pipeline. I believe that the use of authentication (bearer token) needs to be implemented yet in...
For those who want to use a pipeline to add package, a workaround solution with curl: Authenticate and store temporary cookie: `curl -c ./wingetty.cookie -d "emailorusername=" -d "password=" https://some-wingetty-domain.com/login` Post...
> \sccm.tinutest.local\sccm$\CLI\AM\EBI\Display Language Changer 1.0\ Not sure, but my exampe for specfying installer file: `-F "[email protected]"` (same directory where I execute curl from) But I am on Linux with terminal,...
I am also interrested in this. I have uploaded a new package with a minor version update, but it does not appear in the available column in "winget upgrade" list....
We do not have an example at hand unfortunately, but the application is made in Cordova electron platform and built as .exe file.