This website requires JavaScript.
Explore
Help
Sign In
kubernetes
/
website
mirror of
https://github.com/kubernetes/website.git
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Projects
Releases
Wiki
Activity
63167903a5
website
/
docs
/
user-guide
/
horizontal-pod-autoscaling
/
image
/
index.php
8 lines
89 B
PHP
Executable File
Raw
Blame
History
<
?
php
$x
=
0.0001
;
for
(
$i
=
0
;
$i
<=
1000000
;
$i
++
)
{
$x
+=
sqrt
(
$x
);
}
echo
"
OK!
"
;
?>
Reference in New Issue
View Git Blame
Copy Permalink