book-source icon indicating copy to clipboard operation
book-source copied to clipboard

Advanced Platform Development with Kubernetes Book Source ISBN 978-1-4842-5610-7 Apress; 1st ed. edition (September 2020)

Results 3 book-source issues
Sort by recently updated
recently updated
newest added

Correct command as follows: ```sh curl -L https://github.com/jetstack/cert-manager/releases/download/v1.5.3/cert-manager.yaml >02-crd.yml ```

Listing 3.8 (P98 of book) is not contained in this repo, and incorrect link to it is given in README.md

P86, current command: ```sh $ kubectl apply -f "https://cloud.weave.works/k8s/net?k8sversion=$(kubectl version | base64 | tr -d '\n')&env.IPALLOC_RANGE=10.32.0.0/16" ``` should be replaced by: ```sh kubectl apply -f "https://cloud.weave.works/k8s/v1.16/net.yaml?k8s-version=$(kubectl version | base64 |...