This project is mirrored from https://gitee.com/cowcomic/pixie.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 30 Apr, 2021 1 commit
-
-
Phillip Kuznetsov authored
PC-878: Moving oss_auth to ory_auth and clarify docs to show that skaffold can run multiple profiles non-exclusively Summary: skaffold lets you run multiple profiles so adjusting that. And renaming the oss_auth stuff to ory_auth Test Plan: deployed dev and ory_auth and it worked as intended. Reviewers: vihang, michelle Reviewed By: vihang JIRA Issues: PC-878 Differential Revision: https://phab.corp.pixielabs.ai/D8477 GitOrigin-RevId: ea737d102c9433f681df04c1d3b5a3aeb2483011
-
- 21 Apr, 2021 1 commit
-
-
Phillip Kuznetsov authored
Summary: Job creates the admin user, and outputs the recovery link. Test Plan: skaffold run it ``` skaffold dev -f skaffold/skaffold_cloud.yaml -p create_admin_job ``` output: ``` [create-admin-job-hxs5q create-admin-job] time="2021-04-16T17:59:28Z" level=info msg="Loading HTTP TLS certs" func=px.dev/pixie/src/shared/services.GetGRPCClientDialOpts file="src/shared/services/service_flags.go:138" tlsCA=/certs/ca.crt tlsCertFile=/certs/client.crt tlsKeyFile=/certs/client.key [create-admin-job-hxs5q create-admin-job] time="2021-04-16T17:59:28Z" level=info msg="Please go to 'https://work.dev.withpixie.dev/oauth/kratos/self-service/recovery/methods/link?flow=6cc08e6e-3d1f-4305-a921-adcba6bde696&token=QyFeCBSmMBPjiUZOFDIFm5xLn81GhB5b' to set password for 'admin@default.com'" func=main.main file="src/cloud/jobs/create_admin_user/main.go:99" ``` Reviewers: michelle, vihang, zasgar Reviewed By: michelle JIRA Issues: PC-843 Differential Revision: https://phab.corp.pixielabs.ai/D8204 GitOrigin-RevId: 8f733d33c52d0ada0aea16da6e8dec1ae7ce1deb
-
- 05 Mar, 2020 1 commit
-
-
James Bartlett authored
Summary: Depends on D3793. Adds a dev version of kibana. This will most likely get removed when Zain adds a productionized Kibana, but for now this is helpful to view log messages in Elastic. Test Plan: Ripped my hair out using Kibana. Reviewers: #engineering, zasgar Reviewed By: #engineering, zasgar Subscribers: zasgar, philkuz Differential Revision: https://phab.corp.pixielabs.ai/D3794 GitOrigin-RevId: 65d44857595479105d1e44d5d0211a52dcde1650
-
- 13 Apr, 2020 1 commit
-
-
Zain Asgar authored
Summary: This will eventually allow us to publish docs separately. We also don't usually use customer docs when debugging so it will save us some time in building. Test Plan: Run skaffold for docs/cloud. Reviewers: michelle, nserrino, #engineering Reviewed By: michelle, #engineering JIRA Issues: PC-119 Differential Revision: https://phab.corp.pixielabs.ai/D4303 GitOrigin-RevId: 9ff8c337ccd2c2f20ed5d2bec24665bdc38f2dd3
-
- 22 Feb, 2020 1 commit
-
-
Michelle Nguyen authored
Summary: The deployment for elastic consists of two parts: - the operator - the elastic cluster itself there should be one operator per k8s cluster. since we run staging and prod in the same k8s cluster, there should only be one operator for the two of them. this operator lives in the "elastic-system" namespace. there is one elastic cluster per pixie cloud deployment. this cluster lives in plc-staging and plc for staging and prod, respectively. the kustomize yamls are structured so that these different namespaces for the operator/elastic cluster are possible. The operator and elastic cluster files are copied from https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html#k8s-deploy-elasticsearch They have been modified for linting. For SSL: the elastic operator creates its own SSL certs per elastic cluster by default. these certs are accesible through the k8s secrets. We could also supply our own ssl certs, but we would need to create a new secret in the format that they're expecting: see https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-accessing-elastic-services.html#k8s-setting-up-your-own-certificate Test Plan: built the kustomize file and deployed it Reviewers: zasgar, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D3588 GitOrigin-RevId: dec025f7345252859ade3cf35822fffabce739bf
-
- 26 Sep, 2019 1 commit
-
-
Zain Asgar authored
Summary: This fixes all the cloud dev environments. I'll test out vizier after this is checked in. TODO (next diffs): 1. Try to do more dedupe with YAML files. 2. We need to add a YAML linter (will do soon). 3. Proxy IP/DNS discovery 4. Create nightly deploy job. Test Plan: Tested on all envs. Reviewers: michelle, #engineering Reviewed By: michelle, #engineering Subscribers: oazizi Differential Revision: https://phab.corp.pixielabs.ai/D2011 GitOrigin-RevId: 85006bd060a3ee3c7d744d4fb105f419bac3e991
-
- 23 Jul, 2019 1 commit
-
-
Zain Asgar authored
Summary: This allows us to easily debug our NATS bus. Test Plan: `skaffold dev -f skaffold/skaffold_nats_watcher.yaml` Reviewers: michelle, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D1320 GitOrigin-RevId: 76140501a5ef625b016668e2b99dcc1e4b8085e5
-
- 09 Jul, 2019 1 commit
-
-
Zain Asgar authored
Summary: This adds our first Kustomize scripts. Will remove the original YAML templates once Kustomize stuff is done. Test Plan: `kustomize build k8s/customer_docs/nightly` Reviewers: oazizi, michelle, #engineering, philkuz Reviewed By: #engineering, philkuz Differential Revision: https://phab.corp.pixielabs.ai/D1140 GitOrigin-RevId: 9721d8308e302a10564d95ac5a04c30ef413e4ab
-