Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 36 for Seddon (0.26 sec)

  1. architecture/environments/operator.md

    Features and components are defined in the
    [name](https://github.com/istio/operator/blob/e9097258cb4fbe59648e7da663cdad6f16927b8f/pkg/name/name.go#L44) package.
    
    Note: Besides the features and the components listed in the table above, some addon features and components are as follows:
    
    | Feature | Components |
    |---------|------------|
    Telemetry | Prometheus
    Telemetry | Prometheus Operator
    Telemetry | Grafana
    Telemetry | Kiali
    Telemetry | Tracing
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Aug 09 22:09:18 GMT 2023
    - 13.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.3.md

      * Make bigger master root disks in GCE for large clusters.
      * Change default clusterCIDRs from /16 to /14 allowing 1000 Node clusters by default.
      * Allow Debian Jessie on GCE.
      * Node problem detector addon pod detects and reports kernel deadlocks.
    * OpenStack
      * Provider added.
    * VSphere:
      * Provider updated.
    
    ## Previous Releases Included in v1.3.0
    
    - [v1.3.0-beta.3](CHANGELOG.md#v130-beta3)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.15.md

    ### GCP
    
    - [stackdriver addon] Bumped prometheus-to-sd to v0.5.0 to pick up security fixes.
    [fluentd-gcp addon] Bumped fluentd-gcp-scaler to v0.5.1 to pick up security fixes.
    [fluentd-gcp addon] Bumped event-exporter to v0.2.4 to pick up security fixes.
    [fluentd-gcp addon] Bumped prometheus-to-sd to v0.5.0 to pick up security fixes.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Viewed (0)
  4. ci/devinfra/docker_windows/Dockerfile

        New-Item C:\Users\ContainerAdministrator\.android\repositories.cfg; \
        sdkmanager 'ndk-bundle'; \
        sdkmanager 'platforms;android-33'; \
        sdkmanager 'add-ons;addon-google_apis-google-24'; \
        sdkmanager 'cmake;3.10.2.4988404'; \
        sdkmanager 'cmake;3.18.1'; \
        sdkmanager 'cmake;3.22.1'; \
        sdkmanager 'cmake;3.6.4111459'; \
        sdkmanager 'emulator'; \
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
  5. operator/README.md

    [KubernetesResourceSpec](https://github.com/istio/api/blob/00671adacbea20f941cb20cce021bc63cbad1840/operator/v1alpha1/operator.proto#L217-L271)
    for Istio core and addon components.
    - The legacy
    [Helm installation API](https://github.com/istio/istio/blob/master/operator/pkg/apis/istio/v1alpha1/values_types.proto) for backwards
    compatibility.
    
    Plain Text
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Sun Sep 17 08:27:52 GMT 2023
    - 17.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.7.md

    * Fix a bug where soft eviction would not trigger when the threshold was crossed ([#52046](https://github.com/kubernetes/kubernetes/pull/52046), [@dashpole](https://github.com/dashpole))
    * Addon manager supports HA masters. ([#55782](https://github.com/kubernetes/kubernetes/pull/55782), [@x13n](https://github.com/x13n))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Viewed (1)
  7. CHANGELOG/CHANGELOG-1.2.md

    ### Other notable changes
    
    * Trusty: Update heapster manifest handling code ([#23434](https://github.com/kubernetes/kubernetes/pull/23434), [@andyzheng0831](https://github.com/andyzheng0831))
    * Support addon Deployments, make heapster a deployment with a nanny. ([#22893](https://github.com/kubernetes/kubernetes/pull/22893), [@Q-Lee](https://github.com/Q-Lee))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Dec 04 06:36:19 GMT 2020
    - 41.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.16.md

      - ip-mask-agent addon starts to use the label `node.kubernetes.io/masq-agent-ds-ready` instead of `beta.kubernetes.io/masq-agent-ds-ready` as its node selector.
      - kube-proxy addon starts to use the label `node.kubernetes.io/kube-proxy-ds-ready` instead of `beta.kubernetes.io/kube-proxy-ds-ready` as its node selector.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/plugins/timepicker/bootstrap-timepicker.min.js

    uctor:d,_init:function(){var b=this;this.showWidgetOnAddonClick&&this.$element.parent().hasClass("input-group")&&this.$element.parent().hasClass("bootstrap-timepicker")?(this.$element.parent(".input-group.bootstrap-timepicker").find(".input-group-addon").on({"click.timepicker":a.proxy(this.showWidget,this)}),this.$element.on({"focus.timepicker":a.proxy(this.highlightUnit,this),"click.timepicker":a.proxy(this.highlightUnit,this),"keydown.timepicker":a.proxy(this.elementKeydown,this),"blur.timepic...
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 18.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

    * Unmount operation should not fail if volume is already unmounted ([#38547](https://github.com/kubernetes/kubernetes/pull/38547), [@rkouj](https://github.com/rkouj))
    * Updates base image used for `kube-addon-manager` to latest `python:2.7-slim` and embedded `kubectl` to `v1.3.10`. No functionality changes expected. ([#42842](https://github.com/kubernetes/kubernetes/pull/42842), [@ixdy](https://github.com/ixdy))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
Back to top