This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import kfp | |
from kfp import components | |
from kfp import dsl | |
from kfp.aws import use_aws_secret | |
# Replace the argument with path to the component file or use load_component_from_url() method | |
sagemaker_model_op = components.load_component_from_file("../../model/component.yaml") | |
# Replace the argument with path to the component file or use load_component_from_url() method | |
sagemaker_deploy_op = components.load_component_from_file("../../deploy/component.yaml") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(kf) ubuntu@ip-172-31-0-119:~/kubeflow/kubeflow-manifests/tests/unit-tests$ make test | |
=== RUN TestKustomize | |
../../../../../../awsconfigs/common/aws-alb-ingress-controller/base | |
2022/04/21 00:34:27 well-defined vars that were never replaced: clusterName | |
--- PASS: TestKustomize (0.03s) | |
PASS | |
ok github.com/kubeflow/manifests/tests/awsconfigs/common/aws-alb-ingress-controller/base (cached) | |
=== RUN TestKustomize | |
../../../../../../awsconfigs/common/aws-authservice/base | |
--- PASS: TestKustomize (0.01s) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#level 1 | |
#cert-manager | |
cert-manager: | |
installation_options: | |
kustomize: | |
paths: | |
- ../../upstream/common/cert-manager/cert-manager/base | |
helm: | |
repo: remote | |
validations: |