Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 144 for Waypoint (0.16 sec)

  1. releasenotes/notes/47681.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 16 02:12:03 UTC 2023
    - 176 bytes
    - Viewed (0)
  2. releasenotes/notes/49435.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 18:24:21 UTC 2024
    - 143 bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/deployment-multi-service.yaml

              ports:
                - containerPort: 9080
    ---
    # Deployment has no services attached, has the istio-proxy image, but is waypoint deployment.
    # It shouldn't generate a warning since it's controlled by Istio.
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: test-waypoint
      namespace: bookinfo
      labels:
        gateway.istio.io/managed: istio.io-mesh-controller
    spec:
      replicas: 1
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 21:52:53 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  4. releasenotes/notes/50572.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 50572
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 19 23:18:52 UTC 2024
    - 165 bytes
    - Viewed (0)
  5. istioctl/pkg/waypoint/testdata/waypoint/combined-gateway

    bookinfo      bookinfo-rev           rev1         True
    bookinfo      bookinfo-valid         default      True
    default       bookinfo               default      False
    default       no-name-convention     default      True
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 21:30:40 UTC 2024
    - 338 bytes
    - Viewed (0)
  6. releasenotes/notes/47300.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 11 08:26:40 UTC 2023
    - 223 bytes
    - Viewed (0)
  7. releasenotes/notes/helm_exposing_waypoint_and_ztunnel_ports.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    
    area: installation
    
    issue:
      - 45093
    
    releaseNotes:
    - |
      **Fixed** an issue preventing the ports of waypoint and ztunnel ports being exposed. Now scrape configs can be created for the Ambient components too. 
    
    upgradeNotes: []
    
    # docs is a list of related docs to the change.
    docs:
      - "https://istio.io/latest/docs/ops/integrations/prometheus/"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 30 08:16:00 UTC 2023
    - 410 bytes
    - Viewed (0)
  8. pilot/pkg/xds/endpoints/endpoint_builder.go

    		// We intentionally do not take into account waypoints here.
    		// 1. Workload waypoints: sidecar/ingress do not support sending traffic directly to workloads, only to services,
    		//    so these are not applicable.
    		// 2. Service waypoints: in ztunnel, we would defer handling service traffic if the service has a waypoint, and instead
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  9. pilot/pkg/model/authorization_test.go

    					Spec:      policy,
    				},
    			},
    		},
    		{
    			name: "waypoint service attached",
    			selectionOpts: WorkloadPolicyMatcher{
    				IsWaypoint: true,
    				Service:    "foo-svc",
    				Namespace:  "foo",
    				WorkloadLabels: labels.Instance{
    					constants.GatewayNameLabel: "foo-waypoint",
    					// labels match in selector policy but ignore them for waypoint
    					"app":     "httpbin",
    					"version": "v1",
    				},
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  10. istioctl/pkg/waypoint/waypoint_test.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package waypoint
    
    import (
    	"bytes"
    	"context"
    	"fmt"
    	"os"
    	"strings"
    	"testing"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	gateway "sigs.k8s.io/gateway-api/apis/v1"
    
    	"istio.io/api/label"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 04 15:53:09 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top