hey -c 500 -z 10s http://localhost:8083/hello
Summary:
Total: 10.6287 secs
Slowest: 2.0148 secs
Fastest: 0.0039 secs
Average: 0.6924 secs
Requests/sec: 693.5025
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
| ../../../dagger/dagger/hack/with-dev dagger call use-cache-volume-name --name volume-name | |
| ✔ connect 0.2s | |
| ✔ initialize 12.3s | |
| ✔ prepare 0.0s | |
| ✔ bar: Bar! 0.0s | |
| ✘ Bar.useCacheVolumeName(name: "volume-name"): String! 3.2s | |
| ! call function "UseCacheVolumeName": process "/runtime" did not complete successfully: exit code: 2 | |
| ┃ invoke: input: container.from.withMountedCache.withExec.stdout resolve: process "sh -c ls /bar/bar.txt" did not complet | |
| ┃ successfully: exit code: 1 | |
| ┃ |
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
| apiVersion: cert-manager.io/v1 | |
| kind: Certificate | |
| metadata: | |
| name: subdomain-mydomain-tech | |
| namespace: subdomain | |
| spec: | |
| secretName: subdomain-mydomain-tech | |
| issuerRef: | |
| name: letsencrypt-prod | |
| kind: ClusterIssuer |
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
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: spin-test-multi-container | |
| spec: | |
| replicas: 1 | |
| selector: | |
| matchLabels: | |
| app: spin-test | |
| template: |
Build containerd binary to run inside k3d node
go build -o containerd -tags 'static_build libsqlite3 ctrd apparmor seccomp netgo osusergo providerless urfave_cli_no_docs selinux' -gcflags=all= -ldflags '-w -s -extldflags '\''-static -lm -ldl -lz -lpthread'\''' cmd/containerd/main.go
Copy containerd into k3d nodes
for c in `docker ps | grep containerd-wasm-shims | awk '{print $1}'`; do docker cp containerd $c:/bin/containerd; done
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am rajatjindal on github. | |
| * I am rajatjindal (https://keybase.io/rajatjindal) on keybase. | |
| * I have a public key ASCTJkatFoxPpEeRmBijuCswdiJyzIHRMKOTs3uNhtfrHgo | |
| To claim this, I am signing this object: |
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/bin/perl | |
| use strict; | |
| use warnings; | |
| my $gitrev = $ARGV[0]; | |
| if (!$gitrev) { | |
| die "usage: gitdiff <a51335c5c5e40fad2b788cdea1b2f7bba6c229eb>\n"; | |
| } | |
| my $svnrev = `git show $gitrev | grep git-svn-id | awk -F'\@' '{print \$2}' | awk '{print \$1}'`; |
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
| Request method: POST | |
| content-type: application/json | |
| Expect: | |
| User-Agent: GitHub-Hookshot/640910a | |
| X-GitHub-Delivery: 55ae1c20-23d9-11e9-9ba5-67decefe0c10 | |
| X-GitHub-Event: integration_installation |
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
| k8s.io/helm/cmd/... | |
| # k8s.io/helm/pkg/storage/driver | |
| pkg/storage/driver/cfgmaps.go:65:53: cannot use "k8s.io/helm/vendor/k8s.io/apimachinery/pkg/apis/meta/v1".GetOptions literal (type "k8s.io/helm/vendor/k8s.io/apimachinery/pkg/apis/meta/v1".GetOptions) as type "k8s.io/helm/vendor/k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/apis/meta/v1".GetOptions in argument to cfgmaps.impl.Get | |
| pkg/storage/driver/cfgmaps.go:91:32: cannot use opts (type "k8s.io/helm/vendor/k8s.io/apimachinery/pkg/apis/meta/v1".ListOptions) as type "k8s.io/helm/vendor/k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/apis/meta/v1".ListOptions in argument to cfgmaps.impl.List | |
| pkg/storage/driver/cfgmaps.go:127:32: cannot use opts (type "k8s.io/helm/vendor/k8s.io/apimachinery/pkg/apis/meta/v1".ListOptions) as type "k8s.io/helm/vendor/k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/apis/meta/v1".ListOptions in argument to cfgmaps.impl.List | |
| pkg/storage/driver/cfgmaps.go:212:58: cannot use "k8s.io/helm/vendor/k8s.io/apimachinery/pkg/apis/meta/ |
NewerOlder