2026-03-18T18:15:27.818Z INFO Detected cloud provider cloud:EC2 installer/autodiscover.go:336
2026-03-18T18:15:27.821Z INFO Generating teleport configuration teleport:/usr/local/bin/teleport args:[node configure --output=file:///etc/teleport.yaml.new --data-dir=/var/lib/teleport --proxy=carlisia-3.cloud.gravitational.io:443 --join-method=iam --token=*************************not-exist --labels=teleport.dev/account-id=278576220453,teleport.dev/instance-id=i-0b4b49015a18ffa5b] installer/autodiscover.go:796
2026-03-18T18:15:27.965Z INFO Configuration written configuration_file:/etc/teleport.yaml installer/autodiscover.go:368
2026-03-18T18:15:27.965Z INFO Enabling and starting teleport service systemd_service:teleport installer/autodiscover.go:372
2026-03-18T18:15:33.230Z INFO Teleport agent is not ready yet status:teleport is starting and hasn't joined the cluster yet installer/autodiscover.go:462
2026-03-18T18:15:38.230Z INFO Teleport agent is not ready yet status:teleport โโโ
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
| #!/usr/local/bin/bash | |
| # update local copies to be ready to checkout code for review when needed | |
| # printf "๐งง co main: \n" | |
| # gita super net checkout main | |
| # printf "๐งง git fetch: \n" | |
| # gita fetch net | |
| # printf "๐งง git pull: \n" | |
| # gita pull net |
| @carlisia | Release | Releasability | Nightly |
|---|---|---|---|
| knative.dev/serving |
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
| # Eventing community contacts | |
| # | |
| # Begin metadata | |
| #@ title: Eventing | |
| #@ slack: #eventing-questions | |
| #@ slacklink: https://knative.slack.com/archives/C017X0PFC0P | |
| 2021-01-04T01:00:00Z | n3wscott | |
| 2021-01-11T01:00:00Z | vaikas |
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
| # Serving community contacts | |
| # | |
| # Begin metadata | |
| #@ title: Serving | |
| #@ slack: #serving-questions | |
| #@ slacklink: https://knative.slack.com/archives/C0186KU7STW | |
| 2021-09-27T01:00:00Z | dprotaso | |
| 2021-10-04T01:00:00Z | carlisia | |
| 2021-10-11T01:00:00Z | markusthoemmes |
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
| Focus options on providers: | |
| TCE | |
| With focus: | |
| GINKGO_FOCUS='Basic' BSL_BUCKET=c-aws-velero-bucket CREDS_FILE=/Users/carlisiac/creds/credentials-velero-aws CLOUD_PROVIDER=aws make e2e-test | |
| ----- | |
| Exemple for filtering a test: | |
| set GINKGO_FOCUS [APIGroup] |
channels are slow, do not use it for synchronizing access
don't use channels as a queue
channels provide guarantees in your software for orchestration
channels: don't use for performance, use them for continuity: to keep things going
the channels are not the buffer. Goroutines can be the buffer.
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
| ~/dev | |
| โป go-gender-stats | |
| panic: runtime error: invalid memory address or nil pointer dereference | |
| [signal 0xb code=0x1 addr=0x8 pc=0x119236] | |
| goroutine 1 [running]: | |
| github.com/jbrukh/bayesian.(*Classifier).ProbScores(0x0, 0xc820063d28, 0x1, 0x1, 0x0, 0x0, 0x0, 0x123cb, 0x7e16c) | |
| /Users/carlisiacampos/.gvm/pkgsets/go1.5.1/global/src/github.com/jbrukh/bayesian/bayesian.go:307 +0x46 | |
| github.com/hstove/gender/classifier.Classify(0x0, 0xc82053fe70, 0x5, 0x0, 0x0, 0x1) | |
| /Users/carlisiacampos/.gvm/pkgsets/go1.5.1/global/src/github.com/hstove/gender/classifier/classifier.go:37 +0xd1 |
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
| test | |
| > jupyter notebook | |
| /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/widgetsnbextension/__init__.py:30: UserWarning: To use the jupyter-js-widgets nbextension, you'll need to update | |
| the Jupyter notebook to version 4.2 or later. | |
| the Jupyter notebook to version 4.2 or later.""") | |
| [I 16:30:58.810 NotebookApp] Serving notebooks from local directory: /Users/carlisiacampos/.gvm/pkgsets/go1.5.1/global/src/github.com/gophergala2016/gophernotes | |
| [I 16:30:58.810 NotebookApp] 0 active kernels | |
| [I 16:30:58.810 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/ | |
| [I 16:30:58.810 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). |
NewerOlder