Skip to content

Instantly share code, notes, and snippets.

@pjh
pjh / gist:d14dc34bb9663c694192b6fdd1950619
Created April 10, 2024 22:04
git town sync --verbose
$ git town sync --verbose
(verbose) git version
git version 2.44.0.478.gd926399ef9-goog
(verbose) git config -lz --global
push.default
simplepush.autosetupremote
trueurl.sso://user/peterhornyack/.insteadof
me:url.ssh://git@github.com/.insteadof
@pjh
pjh / git-config.out
Created April 10, 2024 21:52
git config for git-town bug
$ git config -l
include.path=/usr/share/git-core/config
http.version=HTTP/2
feature.experimental=true
core.commitgraph=false
gc.writecommitgraph=false
gc.cruftpacks=true
init.defaultbranch=main
protocol.persistent-https.allow=always
protocol.rpc.allow=always
==2223963== Memcheck, a memory error detector
==2223963== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2223963== Using Valgrind-3.19.0 and LibVEX; rerun with -h for copyright info
==2223963== Command: ./bazel-bin/ortools/base/hello_file
==2223963==
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1701479025.099057 2223963 hello_file.cc:26] got back contents: hello file
==2223963==
==2223963== HEAP SUMMARY:
==2223963== in use at exit: 432 bytes in 11 blocks
==2221933== Memcheck, a memory error detector
==2221933== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2221933== Using Valgrind-3.19.0 and LibVEX; rerun with -h for copyright info
==2221933== Command: ./bazel-bin/ortools/base/hello_file
==2221933==
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1701478876.944673 2221933 hello_file.cc:26] got back contents: hello file
==2221933==
==2221933== HEAP SUMMARY:
==2221933== in use at exit: 480 bytes in 13 blocks
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1: [SC] ChangeServiceConfig2 SUCCESS
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1:
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1:
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1: Name : fluent-bit
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1: RequiredServices : {}
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1: CanPauseAndContinue : False
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1: CanShutdown : False
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1: CanStop : False
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1: DisplayName : fluent-bit
2021/03/02 22:56:50 GCEMetadataScripts: windows-startup-script-ps1: DependentServices : {}
2021/01/22 01:18:42 GCEMetadataScripts: windows-startup-script-ps1: Success Restart Needed Exit Code Feature Result
2021/01/22 01:18:43 GCEMetadataScripts: windows-startup-script-ps1: ------- -------------- --------- --------------
2021/01/22 01:18:43 GCEMetadataScripts: windows-startup-script-ps1: True Yes SuccessRest... {Containers}
2021/01/22 01:18:43 GCEMetadataScripts: windows-startup-script-ps1: WARNING: You must restart this server to finish the installation process.
2021/01/22 01:18:43 GCEMetadataScripts: windows-startup-script-ps1: Restarting computer after enabling Windows Containers feature
2021/01/22 01:18:43 GCEMetadataScripts: windows-startup-script-ps1 exit status 0
2021/01/22 01:20:31 GCEMetadataScripts: windows-startup-script-ps1: Installing NuGet module
# NOTE: remove $LOGGINGAGENT_INSTALLER_DIR = 'C:\flb-installers' up above
# NOTE: Call DownloadAndInstall-LoggingAgent, then Configure-LoggingAgentServices
# NOTE: make 'v0.10.3' a constant
# NOTE: does $LOGGINGEXPORTER_SERVICE need its failure parameters set like LOGGINGAGENT_SERVICE?
# Installs the logging agent according to https://docs.fluentbit.io/manual/installation/windows#
# Also installs fluent bit stackdriver exporter
function DownloadAndInstall-LoggingAgent {
if (IsLoggingAgentInstalled) {
# Note: we should reinstall the agent if $REDO_STEPS is true
Feb 10 23:45:37.975: INFO: current pods: {"metadata":{"selfLink":"/api/v1/namespaces/aggregator-7379/pods","resourceVersion":"8227"},"items":[{"metadata":{"name":"sample-apiserver-deployment-6f5b48689f-zgrh8","generateName":"sample-apiserver-deployment-6f5b48689f-","namespace":"aggregator-7379","selfLink":"/api/v1/namespaces/aggregator-7379/pods/sample-apiserver-deployment-6f5b48689f-zgrh8","uid":"4b3e802b-ae1a-4b80-ab4c-08680f3fe7a1","resourceVersion":"8092","creationTimestamp":"2020-02-10T23:43:05Z","labels":{"apiserver":"true","app":"sample-apiserver","pod-template-hash":"6f5b48689f"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"ReplicaSet","name":"sample-apiserver-deployment-6f5b48689f","uid":"c4c24488-7e3a-4678-becd-c52d0c0e0cb1","controller":true,"blockOwnerDeletion":true}]},"spec":{"volumes":[{"name":"apiserver-certs","secret":{"secretName":"sample-apiserver-secret","defaultMode":420}},{"name":"default-token-ll7sv","secret":{"secretName":"default-token-ll7sv","defaultMode":420}}],"containers":[{"
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: "2020-02-10T19:31:11Z"
deletionTimestamp: "2020-02-10T19:32:16Z"
name: prepull
resourceVersion: "2923"
selfLink: /api/v1/namespaces/prepull
uid: 63390e50-7882-40ba-8450-42aec1de8be2
spec:
[BeforeEach] [k8s.io] Container Runtime
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:177
STEP: Creating a kubernetes client
Feb 3 18:29:33.044: INFO: >>> kubeConfig: /workspace/.kube/config
STEP: Building a namespace api object, basename container-runtime
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to pull from private registry with secret [NodeConformance]
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:385
STEP: create image pull secret
STEP: create the container