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
FROM registry.redhat.io/rhel9/support-tools:latest | |
RUN dnf install -y --disablerepo='*' --enablerepo=rhel-9-for-x86_64-baseos-rpms --enablerepo=rhel-9-for-x86_64-appstream-rpms --releasever=9.4 --allowerasing --nobest wget tcpdump vim bind-utils sysstat procps-ng ncurses curl wget tcpdump vim iproute -y | |
RUN dnf install --disablerepo='*' --enablerepo=rhel-9-for-x86_64-baseos-eus-rpms --enablerepo=rhel-9-for-x86_64-appstream-eus-rpms --releasever=9.4 kernel-core-5.14.0-427.68.2.el9_4.x86_64 kernel-headers-5.14.0-427.68.2.el9_4.x86_64 -y | |
RUN dnf install --disablerepo='*' --enablerepo=rhel-9-for-x86_64-baseos-eus-rpms --enablerepo=rhel-9-for-x86_64-appstream-eus-rpms --releasever=9.4 --allowerasing --nobest bpftrace bpftool -y | |
COPY tcptop /root | |
RUN dnf clean all |
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
event:13 ticks:0 rip:0x70d545c6fe40 | |
event:14 ticks:0 rip:0x70d545c6fe40 | |
event:15 ticks:0 rip:0x70d545c6fe43 | |
event:15 ticks:0 rip:0x70d545c70b60 | |
event:15 ticks:0 rip:0x70d545c70b64 | |
event:15 ticks:0 rip:0x70d545c70b65 | |
event:15 ticks:0 rip:0x70d545c70b68 | |
event:15 ticks:0 rip:0x70d545c70b6a | |
event:15 ticks:0 rip:0x70d545c70b6c | |
event:15 ticks:0 rip:0x70d545c70b6e |
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
event:13 ticks:0 rip:0x70d545c6fe40 | |
event:14 ticks:0 rip:0x70d545c6fe40 | |
event:15 ticks:0 rip:0x70d545c6fe43 | |
event:15 ticks:0 rip:0x70d545c70b60 | |
event:15 ticks:0 rip:0x70d545c70b64 | |
event:15 ticks:0 rip:0x70d545c70b65 | |
event:15 ticks:0 rip:0x70d545c70b68 | |
event:15 ticks:0 rip:0x70d545c70b6a | |
event:15 ticks:0 rip:0x70d545c70b6c | |
event:15 ticks:0 rip:0x70d545c70b6e |
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
esphome: | |
name: camera | |
platformio_options: | |
build_flags: "-DBOARD_HAS_PSRAM -UARDUINO_USB_CDC_ON_BOOT" | |
board_build.memory_type: dio_opi | |
esp32: | |
board: esp32-s3-devkitc-1 | |
variant: esp32s3 | |
framework: |
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
diff --git a/hack/build.sh b/hack/build.sh | |
index c5b9156ed3..0c157442bf 100755 | |
--- a/hack/build.sh | |
+++ b/hack/build.sh | |
@@ -52,7 +52,7 @@ export CGO_ENABLED=0 | |
case "${MODE}" in | |
release) | |
- LDFLAGS="${LDFLAGS} -s -w" | |
+ #LDFLAGS="${LDFLAGS}" |
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
#!/bin/bash | |
USERNAME=dataplaneapi | |
PASSWORD=dataplaneapi | |
MASTER_BACKENDS=("api-server" "machine-config-server") | |
INGRESS_BACKENDS=("router-http" "router-https") |
$ kubectl get infrastructure.config.openshift.io/cluster -o yaml
apiVersion: config.openshift.io/v1
kind: Infrastructure
metadata:
annotations:
kcp.dev/cluster: root
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
#!/bin/bash | |
set +x | |
source ./cosa.sh | |
FCOS_BUILD="fcos-build" | |
OKD_VERSION="4.10" | |
MCOIMAGE="registry.ci.openshift.org/origin/${OKD_VERSION}:machine-config-operator" | |
ARTIMAGE="registry.ci.openshift.org/origin/${OKD_VERSION}:artifacts" | |
OKD_REPO="./okd-repo" | |
OVERLAY_EXTENSIONS="./overlay/extensions" |
NewerOlder