Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for awk (0.01 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="#! /usr/local/bin/gawk" type="string" offset="0"/>
          <match value="#!/bin/awk" type="string" offset="0"/>
          <match value="#! /bin/awk" type="string" offset="0"/>
          <match value="#!/usr/bin/awk" type="string" offset="0"/>
          <match value="#! /usr/bin/awk" type="string" offset="0"/>
        </magic>
        <glob pattern="*.awk"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.16.md

        * 1. make sure there are no hpa objects with minReplicas=0. Here is a oneliner to update it to 1:
        *     $ kubectl get hpa --all-namespaces  --no-headers=true | awk  '{if($6==0) printf "kubectl patch hpa/%s --namespace=%s -p \"{\\"spec\\":{\\"minReplicas\\":1}}\"
    ", $2, $1 }' | sh
        * 2. disable HPAScaleToZero feature gate
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
Back to top