James Kim
James Kim
After attempting to run Nuclio on Windows 10 and when I follow the documentation for setting up and deploying, I get this error: `Failed to pull image "nuclio/processor-start:latest": rpc error:...
`Problem description:` In Pravega samples README (https://github.com/pravega/pravega-samples/blob/v0.11.0/pravega-client-examples/README.md), the closing parentheses are missing for: `uri - "tcp://127.0.0.1" (the URI to one of the controller nodes` `Problem location:` https://github.com/pravega/pravega-samples/blob/v0.11.0/pravega-client-examples/README.md `Suggestion for an...
`Problem description:` For example, on this Getting Started page (https://cncf.pravega.io/docs/nightly/getting-started/), when copying the command to the clipboard, I observe that the dollar sign ("$") also gets copied. When pasted on...
**Is your feature request related to a problem? Please describe.** 1. The DOCTYPE header which previously contains PuppyCrawl looks a bit fishy and not official. According to the latest doc...
WhenI run `./doit.sh` for building, I get the following error ``` root@ubuntu1804:~/workspace/metalk8s-2.11.2# ./doit.sh /root/workspace/metalk8s-2.11.2/buildchain/.venv/bin/python: No module named doit ``` Initially, I thought the problem was from python not pointing to...
**Component**: installation docs link **Why this is needed**: For clarifcation **What should be done**: Add installation docs link for mkisofs and implantisomd5 under the requirements page. I got instructions on...
On the installation docs page (https://zenko.readthedocs.io/en/2.3.2/installation/install/install_zenko.html), running this command `helm install --name my-zenko -f options.yaml zenko` results in an error ``` root@ubuntu1804:~/workspace/Zenko/kubernetes# helm install --name my-zenko -f ./zenko/options.yaml zenko Error:...
The link in the `README.md` for "`Deploying a HA Kubernetes cluster`" leads to 404 page not found link. The broken link needs to be fixed to point to the correct...
In this helm installation link, https://zenko.readthedocs.io/en/latest/installation/install/install_helm.html, the download helm curl command (`curl -LO "https://get.helm.sh/helm-v{{version-number}}-linux-amd64.tar.gz`") does not fetch the correct tar ball. That command fetches a file of type `XML 1.0...
Both the wsk version from brew install wsk and the latest wsk from the releases. I have been trying to install wsk and configure to start experimenting with the framework...