* fixed indentation issue with heading
* Update README.md
* more indentation changes
* RunAsNonRoot can be set to true without the feature flag (#3969)
* Update docs/serving/samples/hello-world/helloworld-python/README.md
Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
Co-authored-by: Senthilnathan M <216394+senthilnathan@users.noreply.github.com>
Co-authored-by: Omer B <obensaadon@vmware.com>
Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
* Disable integration tests because they break a lot, per julz
* Actually run go and notice extra unused imports
* Revert "Disable integration tests because they break a lot, per julz"
I took out too much.
This reverts commit eca3a2d8ce.
* Re-add simplifed sampleapp used by the consistency checker
* Forgot to autoformat after beating things with emacs and grep
* Add empty e2e tests
* Fix formatting again. `vi` this time
* Update accessing-traces.md
Fixes#4249
Update instructions so they are general as opposed to Istio specific.
* Update docs/serving/accessing-traces.md
Use code box for Zipkin url to make it cleaner
Use code box for Jaeger url to make it cleaner
Remove extraneous lines
Fix whitespace linter error
Co-authored-by: Samia Nneji <snneji@vmware.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Added missing .md to some of the links
* Added missing .md to the rest of the links
* Fix some links
* Added missing .md to some of the links
* Added missing .md to the rest of the links
* Fix some links
* Fixing some more links
* More link fix attempts
* Attempt to fix the Community Samples link
* Change Community Samples link to external
* Updates links in `CONTRIBUTING.md`
I could not find the appropriate links for `website help` and `maintainer help` I removed them... but im not positive that is the best move.
* Update CONTRIBUTING.md
* Add `kn domain` usage for creating a domain mapping.
While on it, also added how to enable TLS for the domain mapping.
* Update docs/developer/serving/services/custom-domains.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
* updating quickstart to use the plugin
* lint: removing extra whitespace
* adding homebrew, simplifying binary install
* linting: white space
* fixing link to brew
* removing unneeded brew install command
* need kn version 0.25 or later
* add to path, not plugin dir
* when installing put binary in path not plugin dir
* use markdown for links
* made copy using v0.24
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add serving release notes
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* remove extra julz
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add bug fixes for serving v0.25
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add eventing release notes v0.25
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add eventing extentions for v0.25
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add client release notes
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add anchor for eventing kafka components
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add highlights
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* move kn-quickstart at the top of client
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* remove operator for now
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* fix typo on menu
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* address feedback
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* address copy edit changes from Samia
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add operator notes
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* sort contributors
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* Add pointer in case the service cannot be resolved
The service in the tutorial could not be resolved. It is not immediately apparent why this is the case (VPN, FritzBox DNS Server, etc). The tips in the comments solved the problem for me.
* Change indentation of question
* Swap links for solution steps
* Update docs/getting-started/first-service.md
Better working of the problem.
Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
* PR changes
* Update docs/getting-started/first-service.md
Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>