Tags: kubeshop/kusk-gen
Tags
Docs and fix: path rewrite flag (#190) * update docs with instructions on how to use the path rewrite option * rename rewrite_base to rewrite * remove trailing slash trimming when setting rewrite option as some users will need to specify it and keep it in the resulting manifest
ambassador 2: update mapping template to reflect 2.0.4 changes (#184) * Ambassador2 removed AmbassadorMapping in exchange for Mapping as of Version 2.0.4 * ambassador: change API from x.getambassador.io/v3alpha1 to getambassador.io/v3alpha1 Co-authored-by: George Dobrovolsky <georgy.dobrovolsky@gmail.com>
Docs for Ambassador 2 + fixes for preview breakages (#174) * Add docs for ambassador 2.0 generator usage * make host option mandatory. Introduce template func for splitting a comma separated string into its components for the mapping template cors section as Ambassador 2.0 doesn't support comma separated strings as paramters for cors anymore. * host option is now mandatory for Ambassador 2.0 as AmbassadorMappings must match an AmbassadorHost resource in order to work * host option is now mandatory for Ambassador 2.0 as AmbassadorMappings must match an AmbassadorHost resource in order to work * split CORS comma separated strings into array using template func and iterate over them creating a yaml array in the resulting AmbassadorMapping resource * Add warnings to Ambassador 2.0 docs regarding unstability of the Developer Preview
PreviousNext