You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -184,8 +184,8 @@ I ran any jobs that would update the infrastructure here instead of on Jenkins b
184
184
185
185
Here is my action for updating the cluster:
186
186
187
-
<details>
188
-
<summary>Update Cluster</summary>
187
+
<detailsmarkdown="block">
188
+
<summarymarkdown="span">Update Cluster</summary>
189
189
190
190
~~~
191
191
name: Update cluster
@@ -357,8 +357,8 @@ I made a Jenkins instance just for this CTF using this [bitnami helm chart](http
357
357
358
358
I needed to install docker on the image as well as configure the image to use our dockerd instance on the bastion located at `bastion.internal.ctf.maplebacon.org`. The Dockerfile is as follows:
359
359
360
-
<details>
361
-
<summary>Dockerfile</summary>
360
+
<detailsmarkdown="block">
361
+
<summarymarkdown="span">Dockerfile</summary>
362
362
363
363
~~~
364
364
FROM jenkins/inbound-agent
@@ -401,8 +401,8 @@ For debugging purposes, I brought up an Elasticsearch, Fluentd, and Kibana (EFK)
401
401
402
402
I created a custom image for fluentd and configured fluentd to parse and send logs in cri format. My Dockerfile and configuration for Fluentd is as follows:
0 commit comments