We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e3925 commit c6e7178Copy full SHA for c6e7178
kubernetes/samples/scripts/common/utility.sh
@@ -229,7 +229,6 @@ function buildServerPodResources {
229
fi
230
if [ -n "${memoryRequest}" ] || [ -n "${cpuRequest}" ]; then
231
local requests=" requests\: \n$memoryRequest $cpuRequest"
232
- echo "requests is $requests"
233
234
235
if [ -n "${serverPodMemoryLimit}" ]; then
@@ -240,7 +239,6 @@ function buildServerPodResources {
240
239
241
if [ -n "${memoryLimit}" ] || [ -n "${cpuLimit}" ]; then
242
local limits=" limits\: \n$memoryLimit $cpuLimit"
243
- echo "limits is $limits"
244
245
246
if [ -n "${requests}" ] || [ -n "${limits}" ]; then
0 commit comments