ververica-platform-playground icon indicating copy to clipboard operation
ververica-platform-playground copied to clipboard

Instructions for getting started with Ververica Platform on minikube.

Results 14 ververica-platform-playground issues
Sort by recently updated
recently updated
newest added

Reading https://docs.ververica.com/installation/helm/index.html, how do you install a specific version of flink?

executing the last step of getting-started. ``` atwong@Alberts-MBP ~ % curl localhost:8080/api/v1/namespaces/defaults/deployments -H "Accept: application/yaml" Unauthorized% ``` Doesn't tell me how to fix this.

After installing vvp as per the quickstart, no UI is showing on 8080 I did a port-forwarding as per the instructions ``` kubectl --namespace vvp port-forward services/vvp-ververica-platform 8080:80 ``` The...