The regex was @.*@ which will match anything between two @'s, including a command like:
`k3d cluster create --api-port 6550 -p '9080:80@loadbalancer' -p '9443:443@loadbalancer' --agents 2 --k3s-arg '--disable=traefik@server:*'`
The regex should be something that matches valid URL syntaxes.
Signed-off-by: Daniel Hawton <daniel.hawton@solo.io>
* add doc for third party ingress
* fix mermaid maybe
* Fix spell checker
* na
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
---------
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Enable tests for operator install
* install-operator-tests
* update snip_id
* set snip_id=none for non-tested snips
* add test scenarios for helm,watchns,install istio,update
* use functions for better readability
* add newline at the end
* install-operator-tests
* add tests for inplace and canary upgrade
* update version 1.8.1 and 1.9.0 to 1.17.1 and 1.17.2 in docs
* disable snip remove_operator failing lint/test
* install-operator-tests
* remove all hardcoded versions in operator install doc
* add istio_previous_version and full/previous revision to snip.py
* adjust test.sh accordingly
* install-operator-tests
* add shorcodes for revision versions
* install-operator-tests
* fix canary upgrade (upgrade from previous to full version)
* install-operator-tests
* fix reference to full_version in canary upgrade
* install-operator-tests
* fix slightly off format
* install-operator-tests
* disable test for upgrade with helm tip
* add instructions to doc for canary upgrade prep
* update test.sh and snips.sh accordingly
* install-operator-tests
* fix profile on upgrade, use default
* breakout support status table to yaml file
* use k8s versions from new yaml file, based off previous ver
* same as previous commit but based off idx of yaml obj
* trim whitespace from supported k8s vers shortcode
* make verion lists arrays instead of strings
* update shortcode to read yaml data array
* rename support status shortcode to follow naming convention
* make versions in table use new arrays, update reference to support status table
* make each version in yaml file a string
* update header comment, change ext to *.yml to follow repo convention
* use prelim ternary to select k8s versions
* update supportStatus.yml heading comments
* update supported k8s shortcode to use branch name
* initial commit of python support status updater
* add null representer
* use lambda for quoted representer
* put back master population off idx 1, update comments
* working stdout version complete: use flow style for version list keys
* prepend yaml with header comments, cleanup script
* perform version check, default write errors are more helpful
* add copyright and license info
* linter has some weird tastes
* this is 100% worse but if it makes the linter happy
* call update_support_status.py from within create version
* update version matrix path since script ran from repo root
* use yq for updating the version support matrix instead of PyYAML
* Update feature status for Experimental/Alpha
Based off of the feature status in features.yaml, update the
corresponding doc page.
Update navigation_level.html to only flag Experimental and Alpha
features with an asterisk '*', rather than all docs with _any_ status
set.
Add new 'alpha.md' boilerplate, similar to 'experimental.md', with a
link to https://github.com/istio/community/blob/master/FEATURE-LIFECYCLE.md
Add either 'boilerplate alpha' or 'boilerplate experimental' to all
pages which have Alpha or Experimental status set.
Tidy up pages which already had
'boilerplate experimental-feature-warning' and be consistent with
'boilerplate experimental'
Update tasks/observability/distributed-tracing/mesh-and-proxy-config
status from 'Beta/Experimental' to 'Beta', to match what's in
features.yaml (all others only have a single value here)
* Add content/zh/boilerplates/alpha.md
* Update content/en/boilerplates/alpha.md
Suggested change
Co-authored-by: Faseela K <k.faseela@gmail.com>
* Update the zh 'alpha' boilerplate to match
---------
Co-authored-by: Faseela K <k.faseela@gmail.com>
* use short_codes for gateway api version and tpye
* Update function name. Forcing name doesn't work for boilerplates?
* Fix lint
* Remove k8s_gateway_api_type
* Add update-gateway-version mkaefile target
* Fix version in test string
* Simplify id
* Test moving up a Hugo version and replace BlackFriday with GoldMark.
* remove markdownify
* Update URL to not use relative for parent page
* Restore moarkdownify in centered block to fix (about/deployment)
* Add markdownify to tip, info, warning, quote
* Dmarkdownify tabsets
* Tweak indentation. Fixes companies. Does not fix the interactive panels.
* Update config.toml, rebase
* unindent ecosytem
* comapnaies looks OK,but not interactive_panels
* Revert panel change
* markdownify interactive panel?
* Put markdownify back - delete section_description
* Flag experimental pages with dagger
* Use dagger symbol in title
* Dagger in navigation titles for experimental status
* Experimental asterisk note
* Asterisk with space
* Spacing between title and asterisk
* Flag experimental and alpha status
* Add case studies from IstioCon 2021
* Add some names to dictionary
* Add some more names to dictionary
* Update content/en/about/case-studies/salesforce/index.md
good catch, thanks
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Add doc weights
* fix Eric's nits
* Add heading to logo wall
* newline
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Add security grid, release grid and general list templates to new News layout
* fix layout w/ .Content, length of feed, linktitles
* fix layout w/ .Content, length of feed, linktitles
* Redirect to "/" from About breadcrumb
* Fix lint error
* Prevent the parent About page from being displayed
* Add /about index.redir rules
* Revert "Fix lint error"
This reverts commit 45f484a9be.
* Revert "Redirect to "/" from About breadcrumb"
This reverts commit b9d791c342.
* Remove go_root_breadcrumb param from Chinese /about/_index.md
* Import approved web copy into new page designs
This includes new copy for the following pages:
* The home page
* What is a service mesh?
* The Get Involved page
* about/deployment (also merged Adoption page text)
* about/ecosystem
* about/faq
* about/solutions
* Header text for the blog and news pages
This also included some changes to layout pages:
* layouts/blog/list.html -- New approved copy.
* layouts/news/list.html -- New approved copy.
* layouts/partials/primary_top.html -- Remove requirement that
subtitles can't end in periods because new approved copy breaks that
rule.
Co-authored-by: Joel Barker <joel@lionswaycontent.com>
Co-authored-by: Craig Box <craigbox@google.com>
* Update content/en/about/deployment/index.md
Co-authored-by: craigbox <craigbox@google.com>
* Addressing lint errors and template changes
This moves new copy for the Blog and News pages to yaml headers and
also addresses some spelling "errors" in the new website copy.
Co-authored-by: Joel Barker <joel@lionswaycontent.com>
Co-authored-by: Craig Box <craigbox@google.com>
* Add publish dates
* Sync metadata
* Fix listing to list regular pages with publishdate set
* Remove release versions
* Add newsfeed layout and make lists in news use the same layout as pages
* Fix link
* Fix clear on all radio buttons selected
* sync to English verion about Istio new design.
refence pr #9324
* sync to English verion about Istio new design.
refence pr #8758
* fixed the case study page translation.
* replace placeholders about blog & news page.
* remove the TODO flag.
* remove unused the i18n parameters.
* fixed the conflict files with other PR about news & blog layout page.
* fixed the category tags in news page can't not switch when use Chinese language issue.