Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for installZipkin (0.1 sec)

  1. pkg/test/framework/components/zipkin/kube.go

    	yamlBytes, err := os.ReadFile(filepath.Join(env.IstioSrc, "samples/addons/extras/zipkin.yaml"))
    	if err != nil {
    		return "", err
    	}
    	yaml := string(yamlBytes)
    	return yaml, nil
    }
    
    func installZipkin(ctx resource.Context, ns string) error {
    	yaml, err := getZipkinYaml()
    	if err != nil {
    		return err
    	}
    	return ctx.ConfigKube().YAML(ns, yaml).Apply()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 19:29:38 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top