Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,344 for revision2 (0.13 sec)

  1. releasenotes/notes/revision-tag-default-validation.yaml

          unintended effects on the existing, stable revision. Once prepared to migrate over to the new control plane revision,
          cluster operators should switch the default revision. This can be done thorugh `istioctl tag set default --revision <new revision>`,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 11 16:58:48 UTC 2021
    - 956 bytes
    - Viewed (0)
  2. releasenotes/notes/fix-istioctl-revision.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 30 17:44:02 UTC 2023
    - 208 bytes
    - Viewed (0)
  3. tests/integration/pilot/multi_version_revision_test.go

    					revision:  rev,
    					namespace: ns,
    				})
    			}
    
    			// create an echo instance in each revisioned namespace, all these echo
    			// instances will be injected with proxies from their respective versions
    			builder := deployment.New(t)
    
    			for _, ns := range revisionedNamespaces {
    				builder = builder.WithConfig(echo.Config{
    					Service:   fmt.Sprintf("revision-%s", ns.revision),
    					Namespace: ns.namespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  4. releasenotes/notes/fix-revision-admin-log.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
      - |
        **Added** `revision` flag to admin log to switch controls between Istiods.
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 15 19:59:34 UTC 2022
    - 302 bytes
    - Viewed (0)
  5. pkg/controller/history/controller_history.go

    // FindEqualRevisions returns all ControllerRevisions in revisions that are equal to needle using EqualRevision as the
    // equality test. The returned slice preserves the order of revisions.
    func FindEqualRevisions(revisions []*apps.ControllerRevision, needle *apps.ControllerRevision) []*apps.ControllerRevision {
    	var eq []*apps.ControllerRevision
    	for i := range revisions {
    		if EqualRevision(revisions[i], needle) {
    			eq = append(eq, revisions[i])
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 05 13:33:52 UTC 2021
    - 18.2K bytes
    - Viewed (0)
  6. tests/integration/pilot/cross_revision_test.go

    			for _, rev := range extraRevs {
    				namespaces = append(namespaces, revisionedNamespace{
    					revision: rev,
    					namespace: namespace.NewOrFail(t, t, namespace.Config{
    						Prefix:   fmt.Sprintf("revision-%s", rev),
    						Inject:   true,
    						Revision: rev,
    					}),
    				})
    			}
    			// Allow all namespaces so we do not hit passthrough cluster
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-revision.xml

      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>com.example.group</groupId>
      <artifactId>valid-version-revision</artifactId>
      <version>${revision}</version>
    
      <description>
        This will test if the validation for the ci friendly versions
        is working correct.
      </description>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:50:27 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  8. releasenotes/notes/graudate-revision-tag-command.yaml

    apiVersion: release-notes/v2
    kind: promotion
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 22 17:37:59 UTC 2021
    - 171 bytes
    - Viewed (0)
  9. releasenotes/notes/remote-cluster-respect-revision.yaml

    kind: bug-fix
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - 47552
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:40 UTC 2024
    - 261 bytes
    - Viewed (0)
  10. releasenotes/notes/add-default-revision-webhook.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
      - |
        **Updated** non-revisioned installs to target the label `istio.io/rev=default` for injection in addition to the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 12 19:16:25 UTC 2021
    - 298 bytes
    - Viewed (0)
Back to top